style property

FTextFieldStyleDelta style
final

The text field's style. Defaults to FThemeData.textFieldStyle.

To modify the current style:

style: .delta(...)

To replace the style:

style: FTextFieldStyle(...)

CLI

To generate and customize this style:

dart run forui style create text-field

Implementation

final FTextFieldStyleDelta style;