ScreenAdaptationChildBuilder typedef
ScreenAdaptationChildBuilder =
Widget Function(BuildContext context, bool scaled)
Implementation
typedef ScreenAdaptationChildBuilder = Widget Function(
BuildContext context, bool scaled);