IllegalShapeSizeException constructor

const IllegalShapeSizeException([
  1. String? message
])

Creates a IllegalShapeSizeException with the provided message.

Implementation

const IllegalShapeSizeException([this.message]);