DraggableSymbol constructor

const DraggableSymbol({
  1. Key? key,
})

Implementation

const DraggableSymbol({Key? key}) : super(key: key);