CycleThemeIconButton constructor

const CycleThemeIconButton({
  1. Key? key,
  2. IconData icon = Icons.palette,
})

Implementation

const CycleThemeIconButton({Key? key, this.icon = Icons.palette})
    : super(key: key);