BoardState constructor
BoardState({})
Implementation
BoardState({
this.scaleFactor = 1.0,
this.dragOffset = Offset.zero,
this.edges = const {},
this.data = const [],
this.focused,
this.edgeFocused,
this.paintSize,
this.editable = true,
});