whiteBold16 property

TextStyle whiteBold16
getter/setter pair

Implementation

static TextStyle whiteBold16 = TextStyle(
  color: Colors.white,
  fontSize: 16.toFont,
  fontWeight: FontWeight.w700,
);