WindowUpdateFrame constructor

WindowUpdateFrame({
  1. required int windowSize,
})

Implementation

WindowUpdateFrame({required this.windowSize}) : super(FrameType.windowUpdate);