black12 property

TextStyle black12
getter/setter pair

Implementation

TextStyle black12 = TextStyle(
  color: AllColors().Black,
  fontSize: 12.toFont,
);