appBar: AppBar( title: Text('AppBar'), backgroundColor: Colors.white, // appbar color. foregroundColor: Colors.black, // appbar text color. ),