DragToShrink.navigatorPop constructor
const
DragToShrink.navigatorPop({
When the stretchOffset
is reached, this view is popped off the Navigator stack
Implementation
const DragToShrink.navigatorPop({
Key? key,
required this.child,
this.stretchOffset = 100 / 2,
this.maxBorderRadius,
this.resizeDecorator,
}) : onStretch = _navigatorPop,
super(key: key);