FormeCupertinoInputDecoratorModel constructor

const FormeCupertinoInputDecoratorModel({
  1. Widget? prefix,
  2. EdgeInsets? padding,
  3. Widget? helper,
})

Implementation

const FormeCupertinoInputDecoratorModel({
  this.prefix,
  this.padding,
  this.helper,
});