dialogShape property

RoundedRectangleBorder get dialogShape

Gets the rounded rectangle border for dialogs based on the theme

Implementation

RoundedRectangleBorder get dialogShape => RoundedRectangleBorder(
  borderRadius: BorderRadius.all(Radius.circular(dialogBorderRadius)),
);