H4 constructor

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

Implementation

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