import 'package:flutter/material.dart';
void main() => runApp(new Center(child: new Text('Hello, world!',textDirection: TextDirection.ltr)));
import 'package:flutter/material.dart';
void main() => runApp(new Center(child: new Text('Hello, world!')));

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-12
  • 2022-02-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-18
猜你喜欢
  • 2021-06-23
  • 2021-08-08
  • 2021-06-27
  • 2022-12-23
  • 2022-12-23
  • 2021-11-01
  • 2022-12-23
相关资源
相似解决方案