Flutter源碼 Center裏面的子widget爲什麼默認會居中

原代碼: import 'package:flutter/material.dart'; void main() { runApp( new Center( child: new Text( 'Hello, world!', textDirection: TextDirection.ltr, ), ), ); } T
相關文章
相關標籤/搜索