List<Widget>? get appbarActions => _appbarActions;
set appbarActions(List<Widget>? appbarActions) { _appbarActions = appbarActions; update(); }