isCircle property

bool get isCircle

Implementation

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