DraftModeUISectionScope constructor

const DraftModeUISectionScope({
  1. Key? key,
  2. required Widget child,
  3. double? labelWidth,
})

Implementation

const DraftModeUISectionScope({
  super.key,
  required super.child,
  this.labelWidth,
});