shape constant

The default shape used in the UI.

Implementation

static const shape = RoundedRectangleBorder(
  borderRadius: BorderRadius.vertical(top: radius),
);