-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
flutter/engine
#2147Labels
c: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.waiting for PR to land (fixed)A fix is in flightA fix is in flight
Description
Features to consider adding to RRect:
- static zero
- left
- top
- right
- bottom
- xRadius
- yRadius
- width
- height
- shortestSide
- outerRect (bounding box)
- safeInnerRect (biggest rect entirely inscribed in rounded rect)
- somethingSomethingRect (the rect you get if you only use the flat sides of the rounded rect)
- size
- isEmpty
- isStadium (one or both sides has a radius half that side's dimension)
- isCircle (width and height are the same, both radii are greater than half the width or height)
- contains
- center
- inflate
- deflate
- lerp
- operator ==, hashCode
- toString
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
c: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.waiting for PR to land (fixed)A fix is in flightA fix is in flight