DragHandleTheme constructor
const
DragHandleTheme({})
Implementation
const DragHandleTheme({
this.color = Colors.blue,
this.size = 6.0,
this.opacityChangeDuration = const Duration(milliseconds: 150),
this.timeUntilDragHandleAppears = const Duration(milliseconds: 250),
});