TextFieldTheme constructor
const
TextFieldTheme({
- Border? border,
- BorderRadiusGeometry? borderRadius,
- bool? filled,
- EdgeInsetsGeometry? padding,
Implementation
const TextFieldTheme({
this.border,
this.borderRadius,
this.filled,
this.padding,
});