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