ArrowWidget constructor
const
ArrowWidget({
- Key? key,
- VoidCallback? onTap,
- bool expanded = false,
Implementation
const ArrowWidget({
super.key,
this.onTap,
this.expanded = false,
});