BackgroundColor1 [Flutter] AppBar?! AppBar의 "모든 것" [Flutter] import 'package:flutter/material.dart'; void main() => runApp(MyApp()); class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( title: 'Welcome to Flutter', home: Scaffold( appBar: AppBar( title: Text('Welcome to Flutter'), ), body: Center( child: Text( 'Hello World', style: TextStyle(fontSize: 30, fontFamily: 'DoHyeonRegular'), ), ), ),.. 2020. 9. 27. 이전 1 다음