decoration property
final
The decoration to paint behind the menu item.
If null, defaults to CupertinoMenuItem.kDefaultDecoration.
Implementation
final WidgetStateProperty<BoxDecoration>? decoration;
The decoration to paint behind the menu item.
If null, defaults to CupertinoMenuItem.kDefaultDecoration.
final WidgetStateProperty<BoxDecoration>? decoration;