ResponsiveBuild typedef
ResponsiveBuild =
Widget Function(BuildContext context, Orientation orientation, DeviceType deviceType)
Provides Context
, Orientation
, and DeviceType
parameters to the builder function
Implementation
typedef ResponsiveBuild = Widget Function(
BuildContext context,
Orientation orientation,
DeviceType deviceType,
);