menu
fluttery_framework package
documentation
view.dart
PopupMenu<T>
onChild method
onChild method
dark_mode
light_mode
onChild
method
Widget
?
onChild
(
)
The widget used for this button
Implementation
Widget? onChild() => inChild == null ? null : inChild!();
fluttery_framework package
documentation
view
PopupMenu<T>
onChild method
PopupMenu class