You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MultiSelectChipDisplay could have a bool Parameter called showCheckmark this could be used in multi_select_chip_display.dart.
theWidget _buildItem(MultiSelectItem<V> item, BuildContext context) {...} function uses the ChoiceChip widget. If you add the following line showCheckmark: showCheckmark, this would allow users of your widgets to prevent the showing of the check mark icons that appear within the chips.
The text was updated successfully, but these errors were encountered:
MultiSelectChipDisplay could have a bool Parameter called
showCheckmark
this could be used in multi_select_chip_display.dart.the
Widget _buildItem(MultiSelectItem<V> item, BuildContext context) {...}
function uses the ChoiceChip widget. If you add the following line showCheckmark: showCheckmark, this would allow users of your widgets to prevent the showing of the check mark icons that appear within the chips.The text was updated successfully, but these errors were encountered: