labelTextFormColor top-level constant

TextStyle const labelTextFormColor

Implementation

const labelTextFormColor = TextStyle(
    fontWeight: FontWeight.w400,
    fontSize: 13,
    color: Color(0xffCDCDCD),
    fontFamily: 'Nunito');