darkConfig property

H1Config darkConfig

Implementation

static H1Config get darkConfig => const H1Config(
        style: TextStyle(
      fontSize: 32,
      height: 40 / 32,
      color: Colors.white,
      fontWeight: FontWeight.bold,
    ));