TFormFieldConfig constructor

TFormFieldConfig({
  1. double? height,
  2. EdgeInsets? padding,
  3. TextStyle? titleStyle,
  4. TextStyle? valueStyle,
  5. TextStyle? placeholderStyle,
  6. Divider? divider,
  7. Widget? selectorIcon,
  8. Color? disableColor,
})

Implementation

TFormFieldConfig({
  this.height,
  this.padding,
  this.titleStyle,
  this.valueStyle,
  this.placeholderStyle,
  this.divider,
  this.selectorIcon,
  this.disableColor,
});