blackTextStyle top-level property

TextStyle blackTextStyle
getter/setter pair

Implementation

TextStyle blackTextStyle = TextStyle(
    fontFamily: paymentFontFamily,
    color: hexToColor(blackColor),
    fontWeight: FontWeight.w600,
    fontSize: 18
);