SecondHandleWidget constructor
const
SecondHandleWidget({})
Implementation
const SecondHandleWidget({
Key? key,
this.handleColor = Colors.red,
this.handleWidget,
required this.handleHeight,
}) : super(key: key);