isRect property
bool
get
isRect
Checks if the shape is a rectangle
Implementation
bool get isRect => customShapePathProvider.runtimeType == RectPathProvider;
Checks if the shape is a rectangle
bool get isRect => customShapePathProvider.runtimeType == RectPathProvider;