Flutter How to vertically center the AppBar sliver tilte?
问题 I'm trying to center the title of Sliver AppBar and add a second text below this. I can not do it. Below is the image that is now and how it should be. Can anyone help me? This is my code. import 'package:flutter/material.dart'; void main() => runApp(new MyApp()); class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return new MaterialApp( title: 'Slive AppBar', theme: new ThemeData( primarySwatch: Colors.blue, ), debugShowCheckedModeBanner: false, home: new