I want make this
Wrap(
textDirection: TextDirection.rtl,
children: [
Text(
_items[1]['text'],
softWrap: true,
textAlign: TextAlign.justify,
textDirection: TextDirection.rtl,
style: GoogleFonts.notoNaskhArabic(
fontWeight: FontWeight.w900,
fontSize: 25,
backgroundColor: Colors.red),
),
Text(
_items[1]['text'],
softWrap: true,
textAlign: TextAlign.justify,
textDirection: TextDirection.rtl,
style: GoogleFonts.notoNaskhArabic(
fontWeight: FontWeight.w900,
fontSize: 25,
backgroundColor: Colors.red
),
),
],
)
I wanted to wrap Text and image like photo, but the code turns out to be like this This wrong