WindowsBorderBox constructor
const
WindowsBorderBox({
- Key? key,
- required double windowsWidth,
- required double windowsHeight,
- required double minWidth,
- required double minHeight,
- required GlobalKey<
State< parentKey,StatefulWidget> > - required OverlayState overlayState,
- required BorderProperty borderProperty,
- BorderClickCallback? onClick,
- BorderDragCallback? onDrag,
- BorderEndCallback? onEnd,
Implementation
const WindowsBorderBox({
Key? key,
required this.windowsWidth,
required this.windowsHeight,
required this.minWidth,
required this.minHeight,
required this.parentKey,
required this.overlayState,
required this.borderProperty,
this.onClick,
this.onDrag,
this.onEnd,
}) : super(key: key);