CHB61 / multi_select_flutter

A flexible multi select package for Flutter. Make multi select widgets the way you want.
https://pub.dev/packages/multi_select_flutter
BSD 2-Clause "Simplified" License
238 stars 223 forks source link

Adds enabled parameter to MultiSelectDialogField and disabledDecoration parameter to style when disabled #192

Open hashimsayed0 opened 10 months ago

hashimsayed0 commented 10 months ago

This PR provides the enabled feature requested in Issue #57 It adds an enabled parameter to MultiSelectDialogField, which is true by default and can be set to false to disable the field. It also allows the user to pass in disabledDecoration which will be used when to style the field when disabled.