Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
誰かがそのようなソフトボーダー半径を行う方法を知っています:
Flutterでも可能ですか、方法がわかりません。
ClipRect を使用できます。
ClipRRect( // Change border radius and type(.zero, .roundrect, or absolute values) to get your desired effect borderRadius: BorderRadius.circular(8.0), child: Container(color: Colors.grey), )