ControlButtonsAltComponentOptions constructor
      
      ControlButtonsAltComponentOptions({ 
    
    
- required List<AltButton> buttons,
- String position = 'left',
- String location = 'top',
- String direction = 'horizontal',
- BoxDecoration? buttonsContainerStyle,
- Widget? alternateIconComponent,
- Widget? iconComponent,
- bool showAspect = true,
- ControlButtonsAltComponentType? customBuilder,
- EdgeInsetsGeometry? containerPadding,
- EdgeInsetsGeometry? containerMargin,
- AlignmentGeometry? containerAlignment,
- ControlButtonsAltWrapperBuilder? wrapperBuilder,
- ControlButtonsAltContainerBuilder? containerBuilder,
- ControlButtonsAltLayoutBuilder? layoutBuilder,
- 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,
});