b1Dark property

TextStyle b1Dark
getter/setter pair

Implementation

static TextStyle b1Dark = TextStyle(
    fontSize: 20,
    fontWeight: FontWeight.w500,
    height: 1.2,
    color: Colors.white);