美文网首页
flutter-runApp

flutter-runApp

作者: iPhone | 来源:发表于2019-07-01 10:47 被阅读0次
import 'package:flutter/material.dart';

void main() {
  runApp(
    Center(
      child: Text(
        'run app',
        textDirection: TextDirection.ltr,
      ),
    ),
  );
}

相关文章

网友评论

      本文标题:flutter-runApp

      本文链接:https://www.haomeiwen.com/subject/twhscctx.html