cornerRadiusWhenExpanded property

double? cornerRadiusWhenExpanded
final

The radius of the top corners of this sheet when expanded to fullscreen.

This parameter can be used to easily implement the common Material behaviour of sheets to go from rounded corners to sharp corners when taking up the full screen.

Implementation

final double? cornerRadiusWhenExpanded;