bodyTextBold property

TextStyle bodyTextBold
getter/setter pair

Implementation

static TextStyle bodyTextBold = const TextStyle(
    fontFamily: 'Manrope-Regular',
    // 'Manrope',
    fontSize: 14,
    color: Colors.black,
    fontWeight: FontWeight.bold);