Line constructor

Line(
  1. RectComponent startWidget,
  2. RectComponent endWidget
)

Implementation

Line(this.startWidget, this.endWidget){
  uid = const Uuid().v6();
}