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