isBeveled property

bool get isBeveled

Checks if the shape is a beveled rectangle

Implementation

bool get isBeveled =>
    customShapePathProvider.runtimeType == BeveledPathProvider;