CommonActionSheetItem class
create BrnCommonActionSheetItem
Constructors
- CommonActionSheetItem(String title, {String? desc, CommonActionSheetItemStyle actionStyle = CommonActionSheetItemStyle.normal, TextStyle? titleStyle, TextStyle? descStyle})
Properties
- actionStyle → CommonActionSheetItemStyle
-
样式 CommonActionSheetItemStyle
final
- desc ↔ String?
-
辅助信息
getter/setter pair
- descStyle → TextStyle?
-
辅助信息文本样式
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title ↔ String
-
标题文字
getter/setter pair
- titleStyle → TextStyle?
-
主标题文本样式
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