H3Config constructor

const H3Config({
  1. TextStyle style = const TextStyle(fontSize: 20, height: 25 / 20, fontWeight: FontWeight.bold),
})

Implementation

const H3Config(
    {this.style = const TextStyle(
      fontSize: 20,
      height: 25 / 20,
      fontWeight: FontWeight.bold,
    )});