boldTextStyle property

TextStyle get boldTextStyle

Implementation

TextStyle get boldTextStyle =>
    regularTextStyle.copyWith(fontWeight: FontWeight.bold);