True if the shape is convex, i.e. a line segment connecting any two points of the shape would lie completely within the shape.
@override bool get isConvex => _convex;