CustomIconButton constructor

const CustomIconButton({
  1. Key? key,
})

Implementation

const CustomIconButton({Key? key}) : super(key: key);