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