Answers for "how to change border of a button flutter"

3

flutter button border radius

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

Code answers related to "how to change border of a button flutter"

Browse Popular Code Answers by Language