menu
fluttery_framework package
documentation
view.dart
PopupMenu<T>
onColor method
onColor method
dark_mode
light_mode
onColor
method
Color
?
onColor
(
)
The background color used for the menu
Implementation
Color? onColor() => inColor == null ? null : inColor!();
fluttery_framework package
documentation
view
PopupMenu<T>
onColor method
PopupMenu class