moreActions function
Implementation
Widget moreActions(List<XAction> Function(BuildContext c) callback) {
return MORE_ICON.icon().paddings(hor: 16).popActions(builder: callback);
}
Widget moreActions(List<XAction> Function(BuildContext c) callback) {
return MORE_ICON.icon().paddings(hor: 16).popActions(builder: callback);
}