darkConfig property

H2Config get darkConfig

Implementation

static H2Config get darkConfig => const H2Config(
        style: TextStyle(
      fontSize: 24,
      height: 30 / 24,
      color: Colors.white,
      fontWeight: FontWeight.bold,
    ));