Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

round container boundary in flutter

decoration: InputDecoration(
    contentPadding: const EdgeInsets.all(8.0),
    border: OutlineInputBorder(
        borderRadius: BorderRadius.circular(5.0),
    ),
    hintText: "0",
),
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #container #boundary #flutter
ADD COMMENT
Topic
Name
8+4 =