PopupMenuThemeModifier constructor
const
PopupMenuThemeModifier({
- Key? key,
- Widget? child,
- Key? modifierKey,
- required PopupMenuThemeData data,
Creates a popup menu theme that controls the configurations for popup menus in its widget subtree.
The data argument must not be null.
Implementation
const PopupMenuThemeModifier({
super.key,
super.child,
super.modifierKey,
required this.data,
});