GrafoBoard constructor
const
GrafoBoard({})
Implementation
const GrafoBoard(
{super.key,
this.nodes = const [],
this.connections = const [],
this.onTap,
this.onMove,
this.onAddConnection,
this.onRemoveConnection});