Horje
rounded borders for container in flutte Code Example
rounded borders for container in flutte
Container(
  decoration: BoxDecoration(
    border: Border.all(
      color: Colors.red[500],
    ),
    borderRadius: BorderRadius.all(Radius.circular(20))
  ),
  child: ...
)




5

Related
flutter container rounded corners Code Example flutter container rounded corners Code Example
color of status bar flutter Code Example color of status bar flutter Code Example
flutter container margin Code Example flutter container margin Code Example
flutter status bar color Code Example flutter status bar color Code Example
flutter horizontal line Code Example flutter horizontal line Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11