UIStatefulWidget<T extends ISeedKitUIThemeData<T>> constructor

const UIStatefulWidget<T extends ISeedKitUIThemeData<T>>({
  1. Key? key,
  2. T? theme,
})

Implementation

const UIStatefulWidget({
  super.key,
  this.theme,
});