RATooltipArrow constructor
const
RATooltipArrow({
- Key? key,
- required Size size,
- required Color color,
- bool isInverted = false,
- ArrowDirection direction = ArrowDirection.down,
Implementation
const RATooltipArrow({
super.key,
required this.size,
required this.color,
this.isInverted = false,
this.direction = ArrowDirection.down,
});