Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

how to effect container radius to children flutter

Container(
  // Add the line below
  clipBehavior: Clip.hardEdge,
);
 
PREVIOUS NEXT
Tagged: #effect #container #radius #children #flutter
ADD COMMENT
Topic
Name
4+8 =