darkConfig property

H3Config darkConfig

Implementation

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