小编Cam*_*oli的帖子

如何在 Flutter 中的文本字符串中使用引号?

如何在文本里面写引号:

前任: child: Text ("One fine day I woke up from" Bad Mood "was Monday"),

Container(      
    color: Colors.white,
    height: 50,
    width: 390,
    margin: EdgeInsets.only(left: 15.0, top: 15.0, right: 15.0, bottom: 5.0 ),
    alignment: Alignment.topRight,
    child: Text ("2 ?? ????? ????? ??? ?? ??? ???? ???? ???? ??????? ??? ????? "??? ????".", textDirection: TextDirection.rtl,
      style: TextStyle(
        decoration: TextDecoration.none,
        fontSize: 25.0,
        fontFamily: 'Poppins',
        fontWeight: FontWeight.w600,
        color: Colors.black,
      ),),

  ),
Run Code Online (Sandbox Code Playgroud)

dart flutter

3
推荐指数
3
解决办法
5592
查看次数

标签 统计

dart ×1

flutter ×1