topLeftSharpBorderRadius property

SharpBorderRadius get topLeftSharpBorderRadius

Implementation

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