FormeCupertinoFormRowDecorator<T> constructor

FormeCupertinoFormRowDecorator<T>({
  1. Widget? helper,
  2. EdgeInsetsGeometry? padding,
  3. Widget? prefix,
  4. Widget errorBuilder(
    1. String erroText
    )?,
})

Implementation

FormeCupertinoFormRowDecorator({
  this.helper,
  this.padding,
  this.prefix,
  this.errorBuilder,
});