shapeBorder property
A ShapeBorder that represents the specific shape.
Implement this in subclasses to return the shape-specific border configuration.
Implementation
@override
ShapeBorder get shapeBorder => RoundedRectangleBorder(
borderRadius: BorderRadius.circular(100),
);