DragToShrink constructor
const
DragToShrink({
- Key? key,
- required Widget child,
- double? stretchOffset,
- StretchCallback? onStretch,
- double? maxBorderRadius,
- ResizeDecorator? resizeDecorator,
Implementation
const DragToShrink({
Key? key,
required this.child,
this.stretchOffset,
this.onStretch,
this.maxBorderRadius,
this.resizeDecorator,
}) : super(key: key);