heading1 property

TextStyle get heading1

Implementation

static TextStyle get heading1 => TextStyle(
      fontSize: Dime.fmedium,
      fontWeight: FontWeight.bold,
      color: Colors.black,
    );