AbstractShape constructor
AbstractShape({})
Implementation
AbstractShape({
this.location = const Offset(0, 0),
this.size = const Size(20, 20),
this.color = Colors.grey,
this.zIndex = 0,
this.reactSize = 10,
});