線上書籍

Home

Dart 及 flutter 初體驗

return Scaffold( appBar: AppBar( // title: Text(widget.title), title: Image.asset('assets/images/logo.png'), flexibleSpace: Image( image: AssetImage('assets/images/bg.jpg'), fit: BoxFit.cover, ), backgroundColor: Colors.transparent, ), );