labelTextStyleWhiteMedium16 top-level constant

TextStyle const labelTextStyleWhiteMedium16

Implementation

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