NavigationPaneThemeData class

The theme data used by NavigationView. The default theme data used is NavigationPaneThemeData.standard.

Mixed in types

Constructors

const
The default navigation pane theme data.
factory

Properties

animationCurve Curve?
final
animationDuration Duration?
final
backgroundColor Color?
The pane background color.
final
hashCode int
The hash code for this object.
no setterinherited
headerPadding EdgeInsetsGeometry?
The padding applied to the header. This padding is not applied when display mode is top
final
highlightColor Color?
The highlight color used on the tiles.
final
iconPadding EdgeInsetsGeometry?
final
itemHeaderTextStyle TextStyle?
final
labelPadding EdgeInsetsGeometry?
final
overlayBackgroundColor Color?
The pane background color when there is an overlay, such as minimal or compact display modes.
final
paneNavigationButtonIcon IconData?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedIconColor ButtonState<Color?>?
final
selectedTextStyle ButtonState<TextStyle?>?
final
selectedTopTextStyle ButtonState<TextStyle?>?
final
tileColor ButtonState<Color?>?
The color of the tiles.
final
unselectedIconColor ButtonState<Color?>?
final
unselectedTextStyle ButtonState<TextStyle?>?
final
unselectedTopTextStyle ButtonState<TextStyle?>?
final

Methods

debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
override
merge(NavigationPaneThemeData? style) NavigationPaneThemeData
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringShort() String
A brief description of this object, usually just the runtimeType and the hashCode.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited