SILIconButton constructor

const SILIconButton({
  1. Key? key,
  2. required IconData? icon,
  3. Function? callback,
})

Implementation

const SILIconButton({Key? key, required this.icon, this.callback})
    : super(key: key);