Callback signature for a widget builder function.
The callback should return a Widget.
typedef WidgetCallback = Widget Function();