InfoSection constructor

const InfoSection({
  1. Key? key,
  2. required DevPanelController controller,
})

Implementation

const InfoSection({super.key, required this.controller});