labelTextStyleGreyReguler14 top-level constant

TextStyle const labelTextStyleGreyReguler14

Implementation

const labelTextStyleGreyReguler14 = TextStyle(
    fontWeight: FontWeight.w400,
    fontSize: 13,
    color: Color.fromARGB(255, 50, 50, 50),
    fontFamily: 'Nunito');