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