picture property

Picture get picture

Implementation

ui.Picture get picture {
  _picture ??= _recorder.endRecording();
  return _picture!;
}