ArrowButton constructor
ArrowButton({})
Implementation
ArrowButton({
Key? key,
this.expanded = false,
this.onTap,
this.curve = Curves.fastOutSlowIn,
this.duration = const Duration(milliseconds: 300),
this.icon = const Icon(Icons.keyboard_arrow_down),
this.turns = 0.5,
}) : super(key: key);