TextFieldTheme constructor

const TextFieldTheme({
  1. Border? border,
  2. BorderRadiusGeometry? borderRadius,
  3. bool? filled,
  4. EdgeInsetsGeometry? padding,
})

Implementation

const TextFieldTheme({
  this.border,
  this.borderRadius,
  this.filled,
  this.padding,
});