menu
fluttery_framework package
documentation
view.dart
PopupMenu<T>
onShape method
onShape method
dark_mode
light_mode
onShape
method
ShapeBorder
?
onShape
(
)
The shape used for the menu
Implementation
ShapeBorder? onShape() => inShape == null ? null : inShape!();
fluttery_framework package
documentation
view
PopupMenu<T>
onShape method
PopupMenu class