maximumSelectableQuantityLimitLabel method
The label used for the maximum quantity limit in the multi pickers.
Implementation
@override
String maximumSelectableQuantityLimitLabel(int number) =>
'Select up to ${_formatUnit(number, 'item')}';
The label used for the maximum quantity limit in the multi pickers.
@override
String maximumSelectableQuantityLimitLabel(int number) =>
'Select up to ${_formatUnit(number, 'item')}';