ResponsiveScreenContent constructor
const
ResponsiveScreenContent({
- Key? key,
- bool primary = true,
- AlignmentGeometry alignment = Alignment.topCenter,
- required Widget child,
Implementation
const ResponsiveScreenContent({
super.key,
this.primary = true,
this.alignment = Alignment.topCenter,
required this.child,
});