dialogShape function
Implementation
ShapeBorder dialogShape([double? borderRadius]) {
return RoundedRectangleBorder(
borderRadius: radius(borderRadius ?? defaultRadius),
);
}
ShapeBorder dialogShape([double? borderRadius]) {
return RoundedRectangleBorder(
borderRadius: radius(borderRadius ?? defaultRadius),
);
}