TextInputElementStyle constructor
TextInputElementStyle({})
Implementation
TextInputElementStyle({
this.textStyle,
this.hintTextStyle,
this.labelStyle,
super.width,
super.height,
super.background,
super.border,
super.borderRadius,
super.gradient,
});