ComponentTheme<T extends ElementaryBase<T> > constructor
const
ComponentTheme<T extends ElementaryBase<T> > ({})
Implementation
const ComponentTheme({
required this.data,
required super.child,
super.key,
});