builder property
Callback that builds a widget given the BuildContext and DeviceType.
Implementation
final Widget Function(BuildContext, DeviceType) builder;
Callback that builds a widget given the BuildContext and DeviceType.
final Widget Function(BuildContext, DeviceType) builder;