IconShape constructor

const IconShape(
  1. String tag,
  2. Map<String, Object?> props
)

Creates a shape with tag and props.

Implementation

const IconShape(this.tag, this.props);