fontSize property

double? get fontSize

The font size of the text

Implementation

double? get fontSize => style?.fontSize?.toDouble();