can you show example with that ui
// payment user info Text.rich(TextSpan('', children: [ TextSpan ('Fish: '), TextSpan(' $fishValue', style: Gray) TextSpan('\nAmount: '), TextSpan (' $amountValue', style: Gray) ...etc ], style: WhiteBoldTextStyle))
I'll appreciate it ! thanks
Or u can separate it for two TextSpan's in thems Text.rich per Row
Обсуждают сегодня