black14 property

TextStyle black14
getter/setter pair

Implementation

TextStyle black14 = TextStyle(
  color: AllColors().Black,
  fontSize: 14.toFont,
);