shapeIs method

Card shapeIs(
  1. ShapeBorder shape
)

Implementation

Card shapeIs(ShapeBorder shape) {
  return copyWith(shape: shape);
}