ResponsiveBuild typedef

ResponsiveBuild = Widget Function(BuildContext, Orientation, ScreenType)

Provides Context, Orientation, and ScreenType parameters to the builder function

Implementation

typedef ResponsiveBuild = Widget Function(
  BuildContext,
  Orientation,
  ScreenType,
);