PinWidget constructor
const
PinWidget({
- Key? key,
- required double pinWidth,
- required double pinHeight,
- bool isDown = false,
- PinDownBehavior pinDownBehavior = PinDownBehavior.hide,
Implementation
const PinWidget({
super.key,
required this.pinWidth,
required this.pinHeight,
this.isDown = false,
this.pinDownBehavior = PinDownBehavior.hide,
});