... decoration: BoxDecoration( border: Border.all( width: 1, color: Colors.orange, ), ), // POINT: BoxDecoration child: Text( "text", ...
確定! 回上一頁