PipDragHandle constructor
const
PipDragHandle({
- Key? key,
- Color color = Colors.white60,
- double width = 40.0,
- double height = 4.0,
- BorderRadius borderRadius = const BorderRadius.all(Radius.circular(2.0)),
Creates a new PipDragHandle
Implementation
const PipDragHandle({
super.key,
this.color = Colors.white60,
this.width = 40.0,
this.height = 4.0,
this.borderRadius = const BorderRadius.all(Radius.circular(2.0)),
});