builder property

Widget Function(BuildContext context, Widget? child) builder
final

App builder invoked inside ScreenUtilInit.

This builder runs within a ScreenUtilInit configured for the currently matched breakpoint. The widget is keyed by the active DeviceType to force rebuilds when the device type changes.

Implementation

final Widget Function(BuildContext context, Widget? child) builder;