// Copyright 2014 The Flutter Authors. All rights reserved.// Use of this source code is governed by a BSD-style license that can be// found in the LICENSE file.import'package:flutter/material.dart';voidmain(){// Changes made in https://github.com/flutter/flutter/pull/86198SliverAppBarsliverAppBar=SliverAppBar();sliverAppBar=SliverAppBar(brightness:Brightness.light);sliverAppBar=SliverAppBar(brightness:Brightness.dark);sliverAppBar=SliverAppBar(error:'');sliverAppBar.brightness;TextThememyTextTheme=TextTheme();SliverAppBarsliverAppBar=SliverAppBar();sliverAppBar=SliverAppBar(textTheme:myTextTheme);SliverAppBarsliverAppBar=SliverAppBar();sliverAppBar=SliverAppBar(backwardsCompatibility:true);sliverAppBar=SliverAppBar(backwardsCompatibility:false);sliverAppBar.backwardsCompatibility;// Removing field reference not supported.}