MismatchedPainterAndDataException constructor

const MismatchedPainterAndDataException([
  1. String? message,
  2. Painter? painter,
  3. PainterData? data
])

Creates a MismatchedPainterAndDataException with the provided message.

Implementation

const MismatchedPainterAndDataException(
    [this.message, this.painter, this.data]);