gap icon indicating copy to clipboard operation
gap copied to clipboard

Not supported for use in RichText

Open jiajialaixi opened this issue 1 year ago • 0 comments

RichText( text: const TextSpan( text: "在线数", children: [ TextSpan(text: "/总数", style: TextStyle(color: Color(0xff2B3133))), WidgetSpan( child:Gap(20)), TextSpan( text: "0", ), TextSpan(text: "/0", style: TextStyle(color: Color(0xff2B3133))), ], style: TextStyle(color: Color(0xff0AAC80), fontSize: 14)), ),

jiajialaixi avatar Dec 21 '24 02:12 jiajialaixi