ArrowIndicatedButtonList constructor

const ArrowIndicatedButtonList({
  1. required Axis axis,
  2. required List<Widget> buttons,
  3. Key? key,
})

Implementation

const ArrowIndicatedButtonList({
  required this.axis,
  required this.buttons,
  Key? key,
}) : super(key: key);