ThemeModel constructor
ThemeModel(
- WidgetModel parent,
- String? id
Implementation
ThemeModel(WidgetModel super.parent, super.id)
: super(scope: Scope(id: myId));
ThemeModel(WidgetModel super.parent, super.id)
: super(scope: Scope(id: myId));