DraftModeUIRow constructor

const DraftModeUIRow(
  1. Widget child, {
  2. Key? key,
  3. String? label,
  4. AlignmentGeometry alignment = Alignment.centerLeft,
  5. EdgeInsets? padding,
  6. Color? backgroundColor,
  7. double? height,
  8. Widget? expanded,
})

Implementation

const DraftModeUIRow(
  this.child, {
  super.key,
  this.label,
  this.alignment = Alignment.centerLeft,
  this.padding,
  this.backgroundColor,
  this.height,
  this.expanded,
});