style property
The text field's style. Defaults to FThemeData.textFieldStyle.
CLI
To generate and customize this style:
dart run forui style create text-field
Implementation
final FTextFieldStyle Function(FTextFieldStyle)? style;
The text field's style. Defaults to FThemeData.textFieldStyle.
To generate and customize this style:
dart run forui style create text-field
final FTextFieldStyle Function(FTextFieldStyle)? style;