ThemeModeOption constructor

const ThemeModeOption(
  1. String label,
  2. ThemeMode value
)

Implementation

const ThemeModeOption(this.label, this.value);