isBeveled property
bool
get
isBeveled
Checks if the shape is a beveled rectangle
Implementation
bool get isBeveled =>
customShapePathProvider.runtimeType == BeveledPathProvider;
Checks if the shape is a beveled rectangle
bool get isBeveled =>
customShapePathProvider.runtimeType == BeveledPathProvider;