labelTextStyleBlackReguler12 top-level constant

TextStyle const labelTextStyleBlackReguler12

Implementation

const labelTextStyleBlackReguler12 = TextStyle(
    fontWeight: FontWeight.w400,
    fontSize: 11,
    fontFamily: 'Nunito',
    color: Colors.black);