CommonIconMenu constructor

const CommonIconMenu({
  1. Key? key,
  2. Widget? icon,
  3. required VoidCallback onpressed,
  4. String title = "",
})

Implementation

const CommonIconMenu({Key? key, this.icon,required this.onpressed, this.title=""}) : super(key: key);