white300Label12 property

TextStyle white300Label12
getter/setter pair

Implementation

static TextStyle white300Label12 = const TextStyle(
  color: Colors.white,
  fontWeight: FontWeight.w300,
  height: 1.2,
  letterSpacing: 1.0,
  fontSize: 12,
);