ThemeToggleButton constructor
Creates a new ThemeToggleButton widget.
Implementation
const ThemeToggleButton({
super.key,
this.isIconButton = true,
this.lightModeIcon,
this.darkModeIcon,
this.tooltip,
});
Creates a new ThemeToggleButton widget.
const ThemeToggleButton({
super.key,
this.isIconButton = true,
this.lightModeIcon,
this.darkModeIcon,
this.tooltip,
});