EzThemeModeSwitch constructor

const EzThemeModeSwitch({
  1. Key? key,
})

Standardized tool for optionally overwriting ThemeMode.system via EzConfig

Implementation

const EzThemeModeSwitch({Key? key}) : super(key: key);