ModeButtonIconChild constructor

ModeButtonIconChild({
  1. Key? key,
  2. required Widget icon,
})

Implementation

ModeButtonIconChild({Key? key, required this.icon}) : super(key: key);