PullDownMenu constructor
const
PullDownMenu({
- Key? key,
- required List<
PullDownMenuEntry> items, - PullDownMenuRouteTheme? routeTheme,
Creates a pull-down menu.
Implementation
const PullDownMenu({
super.key,
required this.items,
this.routeTheme,
});