ControlButtonsComponentTouchOptions constructor
- {required List<
ButtonTouch> buttons, - String position = 'left',
- String location = 'top',
- String direction = 'horizontal',
- BoxDecoration? containerDecoration,
- bool showAspect = true}
Implementation
ControlButtonsComponentTouchOptions({
required this.buttons,
this.position = 'left',
this.location = 'top',
this.direction = 'horizontal',
this.containerDecoration,
this.showAspect = true,
});