PatternShape constructor

PatternShape(String shapeName, { double size, Color color })

Implementation

PatternShape(this.shapeName, {this.size, this.color});