SnapshotSettings constructor
const
SnapshotSettings({
- Key? key,
- required Widget child,
- BoxConstraintsTransform? constraintsTransform,
- Translation? translation,
Implementation
const SnapshotSettings({
super.key,
required this.child,
this.constraintsTransform,
this.translation,
});