Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

rounded borders for container in flutte

Container(
  decoration: BoxDecoration(
    border: Border.all(
      color: Colors.red[500],
    ),
    borderRadius: BorderRadius.all(Radius.circular(20))
  ),
  child: ...
)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #rounded #borders #container #flutte
ADD COMMENT
Topic
Name
7+8 =