styleMap property

Map<Key, TextStyle>? styleMap
final

A map of Key to TextStyle to apply to the text field.

Implementation

final Map<Key, TextStyle>? styleMap;