Flutter

MaterialApp -> MyHomePage -> Scaffold -> body -> Center -> Text

Scaffold:

appBar、body、floatingActionButton、persistentFooterButtons、drawer、

backgroundColor、bottomNavigationBar、resizeToAvoidBottomPadding

Scaffold



Appbar

https://zhuanlan.zhihu.com/p/90151196

https://zhuanlan.zhihu.com/p/90836859

Random().nextInt(300).toDouble()

你可能感兴趣的:(Flutter)