ResponsiveBuilderType typedef

ResponsiveBuilderType = Widget Function(BuildContext context, Orientation orientation, ScreenType screenType)

unified widget function

Implementation

typedef ResponsiveBuilderType = Widget Function(
  BuildContext context,
  Orientation orientation,
  ScreenType screenType,
);