KevinNavigationBarStyle class

Constructors

KevinNavigationBarStyle({Color? titleColor, Color? tintColor, Color? backgroundColorLightMode, Color? backgroundColorDarkMode, Uint8List? backButtonImage, Uint8List? closeButtonImage})
const

Properties

backButtonImage Uint8List?
final
backgroundColorDarkMode Color?
final
backgroundColorLightMode Color?
final
closeButtonImage Uint8List?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tintColor Color?
final
titleColor Color?
final

Methods

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

Operators

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