ArrowWidget constructor

const ArrowWidget({
  1. Key? key,
  2. VoidCallback? onTap,
  3. bool expanded = false,
})

Implementation

const ArrowWidget({
  Key? key,
  this.onTap,
  this.expanded = false,
}) : super(key: key);