如何在文本里面写引号:
前任: 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)