TxFormFieldThemeData constructor
const
TxFormFieldThemeData({
- InputDecorationTheme? inputDecorationTheme,
- bool? bordered,
Implementation
const TxFormFieldThemeData({
this.inputDecorationTheme,
this.bordered,
});