ToolboxDragTargetIndicator constructor

const ToolboxDragTargetIndicator({
  1. Key? key,
  2. required StatementType? statementType,
  3. ValueNotifier<bool>? isToolboxItemBeingDragged,
})

Implementation

const ToolboxDragTargetIndicator({
  super.key,
  required this.statementType,
  this.isToolboxItemBeingDragged,
});