CommonActionSheetItem constructor

CommonActionSheetItem(
  1. String title, {
  2. String? desc,
  3. CommonActionSheetItemStyle actionStyle = CommonActionSheetItemStyle.normal,
  4. TextStyle? titleStyle,
  5. TextStyle? descStyle,
})

Implementation

CommonActionSheetItem(
  this.title, {
  this.desc,
  this.actionStyle = CommonActionSheetItemStyle.normal,
  this.titleStyle,
  this.descStyle,
});