black16bold property

TextStyle black16bold
getter/setter pair

Implementation

TextStyle black16bold = TextStyle(
  color: AllColors().Black,
  fontSize: 16.toFont,
  fontWeight: FontWeight.w700,
);