The argument type 'Widget' can't be assigned to the parameter type 'ObstructingPreferredSizeWidget?
final PreferredSizeWidget appbar = (Platform.isIOS ? CupertinoNavigationBar() : AppBar())
as PreferredSizeWidget;