SafeResponsiveLayout constructor
const
SafeResponsiveLayout({
- Key? key,
- required Widget child,
- EdgeInsets? padding,
- bool maintainBottomViewPadding = true,
- bool enableScroll = true,
- double? maxWidth,
- double? maxHeight,
- ScrollPhysics? physics,
Implementation
const SafeResponsiveLayout({
super.key,
required this.child,
this.padding,
this.maintainBottomViewPadding = true,
this.enableScroll = true,
this.maxWidth,
this.maxHeight,
this.physics,
});