RailTileConfig class

Constructors

RailTileConfig({Color? iconBackground, Color? activeColor, Color? iconColor, TextStyle? collapsedTextStyle, TextStyle? expandedTextStyle, double? iconSize, EdgeInsetsGeometry? iconPadding, bool? hideCollapsedText})
const

Properties

activeColor Color?
default active color for text and icon if the RailItem doesn't have one
final
collapsedTextStyle TextStyle?
style of text when the rail is collapsed
final
expandedTextStyle TextStyle?
style of text when the rail is expanded
final
hashCode int
The hash code for this object.
no setterinherited
hideCollapsedText bool?
hide RailItem.label label when the rail is collapsed
final
iconBackground Color?
default icon background color if the RailItem doesn't have one
final
iconColor Color?
default inactive icon and text color if the RailItem doesn't have one
final
iconPadding EdgeInsetsGeometry?
final
iconSize double?
icon size for each tile
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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