You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I want to override the onPressed behavior of NavigationAppBar's default leading, but NavigationAppBar does not provide the corresponding interface implementation.
Describe the solution you'd like
Provides an interface to override the onPressed behavior of default leading.
Or remove the Padding from _buildLeading .
Or allow me to pass in a GlobalKey<NavigatorState> to be used to modify the default behavior.
Describe alternatives you've considered
I tried to copy the default leading into my project, but _buildLeading adds a Padding to it causing the button to look weird.
Is your feature request related to a problem? Please describe.
I want to override the
onPressed
behavior ofNavigationAppBar
's defaultleading
, butNavigationAppBar
does not provide the corresponding interface implementation.Describe the solution you'd like
Provides an interface to override the
onPressed
behavior of defaultleading
.Or remove the
Padding
from_buildLeading
.Or allow me to pass in a
GlobalKey<NavigatorState>
to be used to modify the default behavior.Describe alternatives you've considered
I tried to copy the default leading into my project, but
_buildLeading
adds aPadding
to it causing the button to look weird.Additional context
https://github.com/bdlukaa/fluent_ui/blob/master/lib/src/controls/navigation/navigation_view/view.dart#L702-L706
The text was updated successfully, but these errors were encountered: