DraftModeUIRow constructor
const
DraftModeUIRow(
- Widget child, {
- Key? key,
- String? label,
- AlignmentGeometry alignment = Alignment.centerLeft,
- EdgeInsets? padding,
- Color? backgroundColor,
- double? height,
- Widget? expanded,
Implementation
const DraftModeUIRow(
this.child, {
super.key,
this.label,
this.alignment = Alignment.centerLeft,
this.padding,
this.backgroundColor,
this.height,
this.expanded,
});