hasCorners property

bool hasCorners

Returns true if GRect has custom corners. Used for Rectangles with rounded corners.

Implementation

bool get hasCorners {
  return _corners?.isNotEmpty ?? false;
}