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