I used RichText to do this earlier(
and when i use a Wrap Widget this happens which i dont need either
CodePudding user response:
try this way,
RichText(text: TextSpan(
children: [
WidgetSpan(child: Container()),
TextSpan(text: 'hs dhjfb jkwbfkjw hkjfhkwjk jwjbjfwkj wb')
]
))