BuilderWidget<T extends Object> typedef

BuilderWidget<T extends Object> = Widget Function(BuildContext context, T? object)

The 'type of function' required by the class, SetState.

Implementation

typedef BuilderWidget<T extends Object> = Widget Function(
    BuildContext context, T? object);