DrawerThemeModifier constructor
const
DrawerThemeModifier({
- Key? key,
- Widget? child,
- Key? modifierKey,
- required DrawerThemeData data,
Creates a theme that defines the DrawerThemeData properties for a Drawer.
Implementation
const DrawerThemeModifier({
super.key,
super.child,
super.modifierKey,
required this.data,
});