NEWhiteboardView constructor Null safety

const NEWhiteboardView(
  1. String roomUuid,
  2. {Key? key}
)

Implementation

const NEWhiteboardView(this.roomUuid, {Key? key}) : super(key: key);