美文网首页
flutter 文字添加外边框

flutter 文字添加外边框

作者: 陈晓青_57a8 | 来源:发表于2020-01-14 11:55 被阅读0次

    很简单

    body:Stack(

    children: [

    Text('测试文字',style:TextStyle(fontSize:136,fontWeight: FontWeight.bold,color: Colors.green),),

        Text('测试文字',style:TextStyle(fontSize:136,color: Colors.red),),

      ],

    )

    相关文章

      网友评论

          本文标题:flutter 文字添加外边框

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