AppBarTheme class
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Constants
- actionFontSize → const double
-
BrnAppBar
中TextAction中的文字大小 - appBarHeight → const double
-
BrnAppBar
高度固定值 - darkTextColor → const Color
- Brightness.dark 时使用的文字颜色
- doubleLeadingSize → const double
-
BrnAppBar
使用BrnDoubleLeading添加两个leading时的固定宽度 - iconFullSize → const double
-
LeadingIcon
的大小 - iconMargin → const double
- BrnIconAction之间的间距
- iconSize → const double
- AppBar中添加的leading或actionItem的边长
- lightTextColor → const Color
- Brightness.light 时使用的文字颜色
- maxLength → const int
- AppBar title的最大字符数
- titleFontSize → const double
-
BrnAppBar
标题的文字大小