ToolboxDragTargetIndicator constructor
const
ToolboxDragTargetIndicator({
- Key? key,
- required StatementType? statementType,
- ValueNotifier<
bool> ? isToolboxItemBeingDragged,
Implementation
const ToolboxDragTargetIndicator({
super.key,
required this.statementType,
this.isToolboxItemBeingDragged,
});