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 = ""})
-
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited