black16 property

TextStyle black16
getter/setter pair

Implementation

TextStyle black16 = TextStyle(
  color: AllColors().Black,
  fontSize: 16.toFont,
);