defaultStyle property

TextStyle defaultStyle

The style of all text.

Implementation

TextStyle get defaultStyle =>
    TextStyle(fontSize: textSize, color: foregroundColor);