ControlButtonsAltLayoutContext constructor
- required BuildContext buildContext,
- required ControlButtonsAltComponentOptions options,
- required List<Widget> buttons,
- required Widget defaultLayout,
Implementation
const ControlButtonsAltLayoutContext({
  required this.buildContext,
  required this.options,
  required this.buttons,
  required this.defaultLayout,
});