{ final rich = Text.rich( TextSpan( children: <InlineSpan>[ TextSpan(text: 'Flutter is'), WidgetSpan( child: SizedBox( width: 120, ...
確定! 回上一頁