Shape constructor

Shape({
  1. required String type,
  2. required Offset position,
})

Implementation

Shape({required this.type, required this.position});