WhiteboardShape

constructor(id: String = generateShapeId(), type: WhiteboardShapeType, start: Offset? = null, end: Offset? = null, points: List<Offset> = emptyList(), color: Color = Color.Black, thickness: Float = 6.0f, lineType: LineType = LineType.SOLID, text: String? = null, fontFamily: String = "Arial", fontSize: Float = 20.0f, imageData: ByteArray? = null, imageSrc: String? = null)