isCircle property

bool isCircle

Implementation

bool get isCircle =>
    customShapePathProvider.runtimeType == CirclePathProvider;