Whiteboard constructor

const Whiteboard({
  1. Key? key,
  2. required WhiteboardOptions options,
})

Implementation

const Whiteboard({super.key, required this.options});