BlockInputTarget constructor
const
BlockInputTarget({})
Implementation
const BlockInputTarget({
Key? key,
required this.blockInputTargetKey,
required this.acceptedType,
required this.defaultData,
required this.puzzlePieceData,
}) : super(key: key);