NotifierBuilder<T> typedef

NotifierBuilder<T> = Widget Function(T state)

A builder function for creating widgets based on a state.

Implementation

typedef NotifierBuilder<T> = Widget Function(T state);