darkConfig property

H6Config get darkConfig

Implementation

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