labelTextStyleWhiteBold16 top-level constant

TextStyle const labelTextStyleWhiteBold16

Implementation

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