black10 property

TextStyle black10
getter/setter pair

Implementation

TextStyle black10 = TextStyle(
  color: AllColors().Black,
  fontSize: 10.toFont,
);