FluoNavigatorStyle class

Constructors

FluoNavigatorStyle({EdgeInsets topBarPadding = const EdgeInsets.only(left: 20, right: 20), Color backButtonColor = Colors.black, double progressIndicatorMinHeight = 6, BorderRadiusGeometry progressIndicatorBorderRadius = const BorderRadius.all(Radius.circular(3)), Color progressIndicatorColor = Colors.black, Color progressIndicatorBackgroundColor = const Color(0x10000000)})
const

Properties

backButtonColor Color
final
hashCode int
The hash code for this object.
no setterinherited
progressIndicatorBackgroundColor Color
final
progressIndicatorBorderRadius BorderRadiusGeometry
final
progressIndicatorColor Color
final
progressIndicatorMinHeight double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topBarPadding EdgeInsets
final

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