M3EComponentTheme constructor
const
M3EComponentTheme({
- required WidgetBuilder builder,
- Key? key,
Creates a component theme dependency wrapper.
Implementation
const M3EComponentTheme({required this.builder, super.key});