Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

cricle in flutter

Container(
      width: 300.0,
      height: 300.0,
      decoration: new BoxDecoration(
        color: Colors.orange,
        shape: BoxShape.circle,
      ),
    );
 
PREVIOUS NEXT
Tagged: #cricle #flutter
ADD COMMENT
Topic
Name
5+3 =