IconModal constructor

const IconModal({
  1. Key? key,
  2. required Widget icon,
  3. required ModalType type,
})

Required The icon, and the type

Implementation

const IconModal({super.key, required this.icon, required this.type});