InfoBox constructor

const InfoBox({
  1. Key? key,
  2. required Map<String, String> information,
})

Implementation

const InfoBox({super.key, required this.information});