ResponsiveBuilderType typedef
ResponsiveBuilderType =
Widget Function(BuildContext, Orientation, ScreenType)
Provides Context, Orientation, and ScreenType parameters to the builder function
Implementation
typedef ResponsiveBuilderType = Widget Function(
BuildContext,
Orientation,
ScreenType,
);