SnapshotPainter constructor

SnapshotPainter()

Creates an instance of SnapshotPainter.

Implementation

SnapshotPainter() {
  if (kFlutterMemoryAllocationsEnabled) {
    ChangeNotifier.maybeDispatchObjectCreation(this);
  }
}