Snappable constructor
const
Snappable({})
Implementation
const Snappable({
Key? key,
required this.child,
this.offset = const Offset(64, -32),
this.duration = const Duration(milliseconds: 5000),
this.randomDislocationOffset = const Offset(64, 32),
this.numberOfBuckets = 16,
this.snapOnTap = false,
this.onSnapped,
}) : super(key: key);