defaultStrongStyle top-level property

TextStyle defaultStrongStyle

default style of bold text

Implementation

TextStyle get defaultStrongStyle => TextStyle(fontWeight: FontWeight.bold);