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