pparth602

Untitled

Sep 18th, 2020
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Dart 0.47 KB | None | 0 0
  1.  RichText(
  2.                   text: TextSpan(
  3.                     children: [
  4.                       TextSpan(
  5.                         text: "Click ",
  6.                       ),
  7.                       WidgetSpan(
  8.                         child: SvgPicture.asset('assets/svg/circle-fill.svg'),
  9.                       ),
  10.                       TextSpan(
  11.                         text: " to add",
  12.                       ),
  13.                     ],
  14.                   ),
  15.                 )
Advertisement
Add Comment
Please, Sign In to add comment