style property

TextStyle? style
final

The text style for strings that did not match any match patterns.

This is also used for matched strings if neither CustomTextEditingController.matchStyle nor matchStyle in the relevant definition is specified.

If no style is specified, the style of the editable text field that this controller is associated with is used instead.

Implementation

final TextStyle? style;