ShakePicker constructor
ShakePicker(
- String key,
- String? label,
- List<
ShakePickerItem> items, { - String? labelRes,
Implementation
ShakePicker(this.key, this.label, this.items, {this.labelRes})
: super('picker');