miduobao
Results
1
issues of
miduobao
如题:期望能显示在最后的文字旁边,即333的旁边  class BackgroundTextDemo extends StatelessWidget { @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar( title: const Text('nick background for text'), ), body: SingleChildScrollView( child: Container( color: Colors.green, width:...
enhancement