MadroidResponsiveRowColumn constructor
const
MadroidResponsiveRowColumn({
- Key? key,
- required Axis direction,
- bool visible = true,
- double margin = 0.0,
- double? marginTop,
- double? marginLeft,
- double? marginRight,
- double? marginBottom,
- double? marginVertical,
- double? marginHorizontal,
- CrossAxisAlignment crossAxisAlignment = CrossAxisAlignment.center,
- MainAxisAlignment mainAxisAlignment = MainAxisAlignment.start,
- MainAxisSize mainAxisSize = MainAxisSize.max,
- bool reverse = false,
- List<
Widget> children = const <Widget>[],
Implementation
const MadroidResponsiveRowColumn({
super.key,
required this.direction,
this.visible = true,
this.margin = 0.0,
this.marginTop,
this.marginLeft,
this.marginRight,
this.marginBottom,
this.marginVertical,
this.marginHorizontal,
this.crossAxisAlignment = CrossAxisAlignment.center,
this.mainAxisAlignment = MainAxisAlignment.start,
this.mainAxisSize = MainAxisSize.max,
this.reverse = false,
this.children = const <Widget>[],
});