ResizePoint constructor
const
ResizePoint({
- Offset offset = Offset.zero,
- ResizeCallback? onResize,
Implementation
const ResizePoint({
this.offset = Offset.zero,
this.onResize,
});