M3EComponentTheme constructor

const M3EComponentTheme({
  1. required WidgetBuilder builder,
  2. Key? key,
})

Creates a component theme dependency wrapper.

Implementation

const M3EComponentTheme({required this.builder, super.key});