ControlButtonsComponentTouchOptions constructor

ControlButtonsComponentTouchOptions(
  1. {required List<ButtonTouch> buttons,
  2. String position = 'left',
  3. String location = 'top',
  4. String direction = 'horizontal',
  5. BoxDecoration? containerDecoration,
  6. bool showAspect = true}
)

Implementation

ControlButtonsComponentTouchOptions({
  required this.buttons,
  this.position = 'left',
  this.location = 'top',
  this.direction = 'horizontal',
  this.containerDecoration,
  this.showAspect = true,
});