getActiveShape method

ShapeBorder getActiveShape(
  1. int index
)

Implementation

ShapeBorder getActiveShape(int index) {
  return activeShapes.isNotEmpty ? activeShapes[index] : activeShape;
}