The Inkwell
widget has a property customBorder
of type ShapeBorder
. You can use that to provide a borderRadius
to your Inkwell
.
E.g.:
customBorder: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(20),
),
The Inkwell
widget has a property customBorder
of type ShapeBorder
. You can use that to provide a borderRadius
to your Inkwell
.
E.g.:
customBorder: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(20),
),