FormItemLabel constructor

const FormItemLabel(
  1. String label, {
  2. EdgeInsetsGeometry padding = const EdgeInsets.fromLTRB(0, 10, 0, 0),
  3. Color? backgroundColor,
  4. Color? color,
  5. Decoration? decoration,
  6. TextDecoration? textDecoration,
  7. FontWeight fontWeight = FontWeight.bold,
  8. double? fontSize,
})

Implementation

const FormItemLabel(
  this.label, {
  this.padding = const EdgeInsets.fromLTRB(0, 10, 0, 0),
  this.backgroundColor,
  this.color,
  this.decoration,
  this.textDecoration,
  this.fontWeight = FontWeight.bold,
  this.fontSize,
});