filter property

(bool Function(TState state)?) filter
final

The Function filter it's the type bool and receive the param state it`s the type TState

Implementation

final bool Function(TState state)? filter;