ZeroNavigationRailStyle class
Methods
-
copyWith({Color? backgroundColor, double? width, Color? indicatorColor, Color? activeColor, Color? inactiveColor, TextStyle? labelStyle, TextStyle? activeLabelStyle, BorderRadius? indicatorBorderRadius})
→ ZeroNavigationRailStyle
-
If the caller passes in a value for a parameter, use that value, otherwise use the value from this
object.
-
debugFillProperties(DiagnosticPropertiesBuilder properties)
→ void
-
Add additional properties associated with the node.
override
-
merge(ZeroNavigationRailStyle? other)
→ ZeroNavigationRailStyle
-
-
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
-
toNavigationRailTheme()
→ NavigationRailThemeData
-
Convert ZeroNavigationRailStyle to theme data navigation rail material NavigationRailThemeData
-
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