UIStatefulWidget<T extends ISeedKitUIThemeData<T> > constructor
const
UIStatefulWidget<T extends ISeedKitUIThemeData<T> > ({
- Key? key,
- T? theme,
Implementation
const UIStatefulWidget({
super.key,
this.theme,
});