isRect property

bool get isRect

Checks if the shape is a rectangle

Implementation

bool get isRect => customShapePathProvider.runtimeType == RectPathProvider;