builder property
Builder function that receives screen size and orientation.
Implementation
final Widget Function(
BuildContext context,
ScreenSize screenSize,
Orientation orientation,
)
builder;
Builder function that receives screen size and orientation.
final Widget Function(
BuildContext context,
ScreenSize screenSize,
Orientation orientation,
)
builder;