labelTextStyleWhiteMedium14 top-level constant

TextStyle const labelTextStyleWhiteMedium14

Implementation

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