topRightSharpBorderRadius property

SharpBorderRadius get topRightSharpBorderRadius

Implementation

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