shapeBorderDelegate property

ToggleSheetDelegate<ShapeBorder?>? shapeBorderDelegate
final

Delegate to dynamically calculate the border shape and it's radius.

If null then the RRect shape will be used with radius of 16 px.

Implementation

final ToggleSheetDelegate<ShapeBorder?>? shapeBorderDelegate;