subtitle2 top-level property

TextStyle subtitle2
getter/setter pair

Implementation

TextStyle subtitle2 = const TextStyle(
  fontFamily: "bf_regular",
  fontWeight: FontWeight.w200,
  color: Color(0xff333333),
  package: "raven_verification",
  fontSize: 12,
);