TdFormThemeData constructor

const TdFormThemeData({
  1. bool? requiredMark,
  2. double? labelWidth,
  3. TextAlign? labelAlign,
})

Implementation

const TdFormThemeData({
  this.requiredMark,
  this.labelWidth,
  this.labelAlign,
});