b1 property

TextStyle b1
getter/setter pair

Implementation

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