bottomButtonBorderRadius property
Border radius of the next button.
Can't match native iOS look, because as of 3.0.3 Flutter still uses rounded rectangle shape for CupertinoButton instead of squircle paths. https://github.com/flutter/flutter/issues/13914
Implementation
final BorderRadius? bottomButtonBorderRadius;