Radius2.left constructor
Radius2.left(
- double value
Creates BorderRadius with left corners equal to value
Implementation
Radius2.left(double value)
: super.only(
topLeft: Radius.circular(value),
bottomLeft: Radius.circular(value),
);