PWThemeSwitch constructor

const PWThemeSwitch({
  1. Key? key,
  2. bool iconMode = false,
})

Implementation

const PWThemeSwitch({Key? key, this.iconMode = false}) : super(key: key);