shape constant
RoundedRectangleBorder
const shape
The default shape used in the UI.
Implementation
static const shape = RoundedRectangleBorder(
borderRadius: BorderRadius.vertical(top: radius),
);