ThemeModel constructor

ThemeModel(
  1. WidgetModel parent,
  2. String? id
)

Implementation

ThemeModel(WidgetModel super.parent, super.id)
    : super(scope: Scope(id: myId));