MorphLink constructor

const MorphLink({
  1. required Object from,
  2. required Object to,
  3. double? width,
})

Creates a bridge between the pieces with ids from and to.

Implementation

const MorphLink({required this.from, required this.to, this.width});