NsgCropToolsMenuItem constructor

const NsgCropToolsMenuItem({
  1. Key? key,
  2. bool isSelected = false,
  3. required IconData icon,
  4. void onTap()?,
})

Implementation

const NsgCropToolsMenuItem({super.key, this.isSelected = false, required this.icon, this.onTap});