caption top-level property

TextStyle caption
getter/setter pair

Implementation

TextStyle caption = const TextStyle(
    fontFamily: "br_light",
    fontWeight: FontWeight.w500,
    color: Color(0xff333333),
    package: "liveness_checker_pk",
    fontSize: 12);