MultiSelectBottomPickerItem constructor

MultiSelectBottomPickerItem(
  1. String code,
  2. String content, {
  3. bool isChecked = false,
})

Implementation

MultiSelectBottomPickerItem(this.code, this.content,
    {this.isChecked = false});