Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # Container <code> Container( padding: EdgeInsets.all(6), height: 25, width: 25, decoration: BoxDecoration( shape: BoxShape.circle, color: kInfectedColor.withOpacity(.26), ), child: Container( decoration: BoxDecoration( shape: BoxShape.circle, color: Colors.transparent, border: Border.all( color: kInfectedColor, width: 2, ), ), ), ), </code> {{ https://i.imgur.com/p9AFLyM.jpg }} open/container.txt Last modified: 2024/10/05 06:15by 127.0.0.1