EmergentBoxShape.roundRect constructor

EmergentBoxShape.roundRect(
  1. BorderRadius borderRadius
)

Implementation

EmergentBoxShape.roundRect(BorderRadius borderRadius)
    : this._(RRectPathProvider(borderRadius));