rounded static method
A RoundedRectangleBorder with a radius corner (default radiusMd).
Implementation
static RoundedRectangleBorder rounded([double radius = radiusMd]) =>
RoundedRectangleBorder(borderRadius: BorderRadius.circular(radius));
A RoundedRectangleBorder with a radius corner (default radiusMd).
static RoundedRectangleBorder rounded([double radius = radiusMd]) =>
RoundedRectangleBorder(borderRadius: BorderRadius.circular(radius));