largeText property

TextStyle get largeText

Implementation

static TextStyle get largeText => TextStyle(
      fontSize: Dime.flarge,
      fontWeight: FontWeight.w500,
      color: Colors.black,
    );