InfoWindowEntity constructor
InfoWindowEntity(
- KLineEntity kLineEntity, {
- bool isLeft = false,
Implementation
InfoWindowEntity(
this.kLineEntity, {
this.isLeft = false,
});