TxFormFieldThemeData constructor

const TxFormFieldThemeData({
  1. InputDecorationTheme? inputDecorationTheme,
  2. bool? bordered,
})

Implementation

const TxFormFieldThemeData({
  this.inputDecorationTheme,
  this.bordered,
});