Container( decoration: BoxDecoration( border: Border.all(color: Colors.blue), ), child: Text( "枠線で囲う", style: TextStyle(fontSize: 20), ) ...
確定! 回上一頁