disable property
Execute when checking if the item should be disabled or not.
Should return true
if the item has to be disabled;
Implementation
final bool Function(BuildContext context, Object? item) disable;
Execute when checking if the item should be disabled or not.
Should return true
if the item has to be disabled;
final bool Function(BuildContext context, Object? item) disable;