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