Arrow constructor
const
Arrow({
- required Color color,
- required TooltipPosition position,
- double width = 16.0,
- double height = 10.0,
- Key? key,
Implementation
const Arrow({
required this.color,
required this.position,
this.width = 16.0,
this.height = 10.0,
super.key,
});