ThemeModeInstance constructor

const ThemeModeInstance({
  1. required String name,
})

Creates a new instance of ThemeModeInstance

Implementation

const ThemeModeInstance({
  required this.name,
});