ShakePickerItem constructor

ShakePickerItem(
  1. String key,
  2. String? text, {
  3. String? icon,
  4. String? tag,
  5. String? textRes,
  6. String? iconRes,
})

Implementation

ShakePickerItem(this.key, this.text,
    {this.icon, this.tag, this.textRes, this.iconRes});