onlyLeftRounded property

BorderRadius get onlyLeftRounded

Creates a BorderRadius with only the top-left and bottom-left corners rounded.

Implementation

BorderRadius get onlyLeftRounded => BorderRadius.horizontal(left: circular);