Row( mainAxisAlignment: MainAxisAlignment.center, children: <Widget>[ Icon( Icons.school, size: 48.0, ), ], ) : Row( mainAxisAlignment: ...
確定! 回上一頁