TitleNavigationBarStyle class

Constructors

TitleNavigationBarStyle({TextStyle? style, EdgeInsets padding = const EdgeInsets.all(20.0), double elevation = 3.0, Color background = Colors.white, Color activeColor = Colors.blue, double spaceBetween = 20.0, Color deactiveColor = Colors.black26})
const

Properties

activeColor Color
It is the color that the active title will show.
final
background Color
Colooooors :D
final
deactiveColor Color
It is the color that the desactive title will show.
final
elevation double
Boxshadow Y-Offset. If 0 don't show the BoxShadow
final
hashCode int
The hash code for this object.
no setterinherited
padding EdgeInsets
It's the padding will have the titles container
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spaceBetween double
It is the padding between titles.
final
style TextStyle?
It is Titles style
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