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,
  9. ControlButtonsAltComponentType? customBuilder,
  10. EdgeInsetsGeometry? containerPadding,
  11. EdgeInsetsGeometry? containerMargin,
  12. AlignmentGeometry? containerAlignment,
  13. ControlButtonsAltWrapperBuilder? wrapperBuilder,
  14. ControlButtonsAltContainerBuilder? containerBuilder,
  15. ControlButtonsAltLayoutBuilder? layoutBuilder,
  16. ControlButtonsAltButtonBuilder? buttonBuilder,
})

Implementation

ControlButtonsAltComponentOptions({
  required this.buttons,
  this.position = 'left',
  this.location = 'top',
  this.direction = 'horizontal',
  this.buttonsContainerStyle,
  this.alternateIconComponent,
  this.iconComponent,
  this.showAspect = true,
  this.customBuilder,
  this.containerPadding,
  this.containerMargin,
  this.containerAlignment,
  this.wrapperBuilder,
  this.containerBuilder,
  this.layoutBuilder,
  this.buttonBuilder,
});