textStyle property

TextStyle? textStyle
final

The style to use for country name text.

If null, the style will be set to TextStyle(fontSize: 16)

Implementation

final TextStyle? textStyle;