formText constant

TextStyle const formText

Form field text

Implementation

static const formText = TextStyle(
  fontSize: 14.0,
  fontWeight: FontWeight.w400,
  color: Color.fromRGBO(26, 26, 26, 1));