darkConfig property

H5Config get darkConfig

Implementation

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