Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- RichText(
- text: TextSpan(
- children: [
- TextSpan(
- text: "Click ",
- ),
- WidgetSpan(
- child: SvgPicture.asset('assets/svg/circle-fill.svg'),
- ),
- TextSpan(
- text: " to add",
- ),
- ],
- ),
- )
Advertisement
Add Comment
Please, Sign In to add comment