blackLabel property

TextStyle blackLabel
getter/setter pair

Implementation

static TextStyle blackLabel = const TextStyle(
  color: kSecondaryButtonColor,
  height: 1.2,
  letterSpacing: 1.0,
);