rounded static method
Custom radius RoundedRectangleBorder
Implementation
static RoundedRectangleBorder rounded(double radius) {
return RoundedRectangleBorder(borderRadius: BorderRadius.circular(radius));
}
Custom radius RoundedRectangleBorder
static RoundedRectangleBorder rounded(double radius) {
return RoundedRectangleBorder(borderRadius: BorderRadius.circular(radius));
}