ZeroTextfieldStyle constructor
ZeroTextfieldStyle({
- required InputDecorationType inputDecorationType,
- required ZeroTextfieldSize textfieldSize,
- required Color focusedBorderColor,
- required Color focusedColor,
- BorderRadius? radius,
- Color? fillColor,
- bool enabled = true,
- bool error = false,
Implementation
ZeroTextfieldStyle({
required this.inputDecorationType,
required this.textfieldSize,
required this.focusedBorderColor,
required this.focusedColor,
this.radius,
this.fillColor,
this.enabled = true,
this.error = false,
});