labelTextStyleWhiteBold14 top-level constant

TextStyle const labelTextStyleWhiteBold14

Implementation

const labelTextStyleWhiteBold14 = TextStyle(
    fontWeight: FontWeight.w700,
    fontSize: 13,
    color: Colors.white,
    fontFamily: 'Nunito');