H2 constructor

const H2({
  1. Key? key,
  2. required String data,
})

Implementation

const H2({super.key, required this.data});