Answers for "flutter container border shape circular"

2

using shape property in flutter for circular corner

shape: RoundedRectangleBorder(
  borderRadius: BorderRadius.circular(18.0),
  side: BorderSide(color: Colors.red)
),
Posted by: Guest on May-09-2020

Code answers related to "flutter container border shape circular"

Code answers related to "Dart"

Browse Popular Code Answers by Language