labelTextStyleWhiteBold12 top-level constant

TextStyle const labelTextStyleWhiteBold12

Implementation

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