style property

TextStyle? style
final

Text style applied to all input segments.

This style affects both static text and editable input fields within the formatted input. Using a monospace font family is recommended for consistent character spacing across segments.

Implementation

final TextStyle? style;