AppBarConfig class
Constructors
- AppBarConfig({Color? backgroundColor, Color? titleColor, double? elevation, IconThemeData? iconTheme, SystemUiOverlayStyle? systemOverlayStyle})
Properties
- backgroundColor ↔ Color?
-
当前项目 全局使用的 BasicAppBar 的背景色
getter/setter pair
- elevation ↔ double?
-
当前项目 全局使用的 BasicAppBar 的 elevation
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconTheme ↔ IconThemeData?
-
当前项目 全局使用的 BasicAppBar 的 iconTheme
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- systemOverlayStyle ↔ SystemUiOverlayStyle?
-
当前项目 全局使用的 BasicAppBar 的 systemOverlayStyle
getter/setter pair
- titleColor ↔ Color?
-
当前项目 全局使用的 BasicAppBar 的文字颜色
getter/setter pair
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