formLabel constant

TextStyle const formLabel

Form field label

Implementation

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