CommonActionSheetItem constructor
CommonActionSheetItem(
- String title, {
- String? desc,
- CommonActionSheetItemStyle actionStyle = CommonActionSheetItemStyle.normal,
- TextStyle? titleStyle,
- TextStyle? descStyle,
Implementation
CommonActionSheetItem(
this.title, {
this.desc,
this.actionStyle = CommonActionSheetItemStyle.normal,
this.titleStyle,
this.descStyle,
});