ExpansionTileThemeModifier constructor
const
ExpansionTileThemeModifier({
- Key? key,
- Key? modifierKey,
- Widget? child,
- required ExpansionTileThemeData data,
Applies the given theme data
to child
.
The data
and child
arguments must not be null.
Implementation
const ExpansionTileThemeModifier({
super.key,
super.modifierKey,
super.child,
required this.data,
});