CuReIconPickerList constructor

CuReIconPickerList({
  1. String? label,
  2. required List<IconData> icons,
})

Implementation

CuReIconPickerList({
  this.label,
  required this.icons,
});