fontSize property

FontSizeAttribute? get fontSize

Implementation

FontSizeAttribute? get fontSize =>
    attributes[EasyAttribute.fontSize.key] as FontSizeAttribute?;