builder property
A builder function that receives the context, orientation, and screen type.
Implementation
final Widget Function(
BuildContext context,
Orientation orientation,
ScreenType screenType,
)
builder;
A builder function that receives the context, orientation, and screen type.
final Widget Function(
BuildContext context,
Orientation orientation,
ScreenType screenType,
)
builder;