ShakePicker constructor

ShakePicker(
  1. String key,
  2. String? label,
  3. List<ShakePickerItem> items, {
  4. String? labelRes,
})

Implementation

ShakePicker(this.key, this.label, this.items, {this.labelRes})
    : super('picker');