PictureRecorder constructor
Creates a new idle PictureRecorder. To associate it with a Canvas and begin recording, pass this PictureRecorder to the Canvas constructor.
Implementation
@pragma('vm:entry-point')
PictureRecorder() { _constructor(); }
Creates a new idle PictureRecorder. To associate it with a Canvas and begin recording, pass this PictureRecorder to the Canvas constructor.
@pragma('vm:entry-point')
PictureRecorder() { _constructor(); }