b2Dark property

TextStyle b2Dark
getter/setter pair

Implementation

static TextStyle b2Dark = TextStyle(
    fontSize: 16,
    fontWeight: FontWeight.w400,
    height: 1.2,
    color: Colors.white);