filledBall property

TextStyle get filledBall

Implementation

static TextStyle get filledBall => GoogleFonts.getFont(primaryFont,
    color: whiteColor,
    fontSize: fontSizeH6,
    fontWeight: FontWeight.w400,
    fontStyle: FontStyle.normal);