SnapshotController constructor
- bool allowSnapshotting = false,
Create a new SnapshotController.
By default, allowSnapshotting
is false
and cannot be null
.
Implementation
SnapshotController({
bool allowSnapshotting = false,
}) : _allowSnapshotting = allowSnapshotting;