show property

bool Function(BuildContext context, Object? item) show
final

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;