ActionSheetModel class
Constructors
- ActionSheetModel.new({required String text, double cellHeight = 55, TextStyle textStyle = const TextStyle(color: LiveColors.designStandardFlowkitWhite, fontSize: 16, fontWeight: FontWeight.w700), bool isShowBottomLine = true, Color lineColor = LiveColors.designStandardG3Divider, double lineHeight = 1, String icon = "", bool isCenter = true, dynamic bingData = "", bool autoPopSheet = true})
Properties
- autoPopSheet → bool
-
final
- bingData ↔ dynamic
-
getter/setter pair
- cellHeight → double
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon → String
-
final
- isCenter → bool
-
final
- isShowBottomLine → bool
-
final
- lineColor → Color
-
final
- lineHeight → double
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text → String
-
final
- textStyle → 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