WindowFrame constructor
const
WindowFrame({
- FrameMode mode = FrameMode.range,
- FrameBound start = const FrameBound(FrameBoundKind.unboundedPreceding),
- FrameBound end = const FrameBound(FrameBoundKind.currentRow),
- FrameExclude exclude = FrameExclude.noOthers,
Implementation
const WindowFrame({
this.mode = FrameMode.range,
this.start = const FrameBound(FrameBoundKind.unboundedPreceding),
this.end = const FrameBound(FrameBoundKind.currentRow),
this.exclude = FrameExclude.noOthers,
});