isConvex property

  1. @override
bool isConvex
override

True if the shape is convex, i.e. a line segment connecting any two points of the shape would lie completely within the shape.

Implementation

@override
bool get isConvex => true;