darkConfig property

H4Config darkConfig

Implementation

static H4Config get darkConfig => const H4Config(
        style: TextStyle(
      fontSize: 16,
      height: 20 / 16,
      color: Colors.white,
      fontWeight: FontWeight.bold,
    ));