ActionSheetModel class

Constructors

ActionSheetModel({required String text, double cellHeight = 55, TextStyle textStyle = const TextStyle(color: LivekitColors.livekitDesignStandardFlowkitWhite, fontSize: 16, fontWeight: FontWeight.w700), bool isShowBottomLine = true, Color lineColor = LivekitColors.livekitDesignStandardG3Divider, double lineHeight = 1, String icon = "", bool isCenter = true, dynamic bingData = ""})

Properties

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