shouldUse property

bool Function(BuildContext context, TResult item) shouldUse
final

A function that gets called before builder, in order to determine if the callback should be used or not.

Implementation

final bool Function(BuildContext context, TResult item) shouldUse;