ControlButtonsAltComponentOptions constructor

ControlButtonsAltComponentOptions(
  1. {required List<AltButton> buttons,
  2. String position = 'left',
  3. String location = 'top',
  4. String direction = 'horizontal',
  5. BoxDecoration? buttonsContainerStyle,
  6. Widget? alternateIconComponent,
  7. Widget? iconComponent,
  8. bool showAspect = true}
)

Implementation

ControlButtonsAltComponentOptions({
  required this.buttons,
  this.position = 'left',
  this.location = 'top',
  this.direction = 'horizontal',
  this.buttonsContainerStyle,
  this.alternateIconComponent,
  this.iconComponent,
  this.showAspect = true,
});