WidgetFunction<T> typedef
WidgetFunction<T> =
Widget Function()
A function type that builds a widget without parameters.
Implementation
typedef WidgetFunction<T> = Widget Function();
A function type that builds a widget without parameters.
typedef WidgetFunction<T> = Widget Function();