PickerPlusPickerGridDelegate constructor

const PickerPlusPickerGridDelegate({
  1. required int columnCount,
  2. required int rowCount,
})

Implementation

const PickerPlusPickerGridDelegate({
  required this.columnCount,
  required this.rowCount,
});