bottomRightSharpRadius property

SharpBorderRadius get bottomRightSharpRadius

Implementation

SharpBorderRadius get bottomRightSharpRadius => SharpBorderRadius.only(
    bottomRight:
        SharpRadius(cornerRadius: (this ?? 0).toDouble(), sharpRatio: 1));