AppBarStyle class
- Annotations
-
- @JsonSerializable(includeIfNull: true)
Constructors
- AppBarStyle({bool enabledBottomLine = false, bool enabledProfile = true, String backgroundColor = '#ff292a2c', String backgroundColorDarkTheme = '#ff1f1f1f', String cardColor = '#ffffffff', String cardColorDarkTheme = '#ff292a2c', double height = 55, String iconColor = '#ffaeaeae', String iconColorDarkTheme = '#ffaeaeae', String labelColor = '#ff000000', String labelColorDarkTheme = '#ffffffff', String logoUrl = '', String type = 'defaultDesign'})
-
AppBarStyle.fromJson(Map<
String, dynamic> json) -
factory
Properties
- backgroundColor ↔ String
-
getter/setter pair
- backgroundColorDarkTheme ↔ String
-
getter/setter pair
- cardColor ↔ String
-
getter/setter pair
- cardColorDarkTheme ↔ String
-
getter/setter pair
- enabledBottomLine ↔ bool
-
getter/setter pair
- enabledProfile ↔ bool
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ double
-
getter/setter pair
- iconColor ↔ String
-
getter/setter pair
- iconColorDarkTheme ↔ String
-
getter/setter pair
- labelColor ↔ String
-
getter/setter pair
- labelColorDarkTheme ↔ String
-
getter/setter pair
- logoUrl ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited