BaseResizableView constructor
const
BaseResizableView({
- Key? key,
- bool enabled = true,
- required Rect boundary,
- required Offset offset,
- required Size size,
- required Widget child,
- Decoration? cornerDecoration,
- double cornerSize = 24,
- ValueChanged<
Rect> ? onResize,
Implementation
const BaseResizableView(
{super.key,
this.enabled = true,
required this.boundary,
required this.offset,
required this.size,
required this.child,
this.cornerDecoration,
this.cornerSize = 24,
this.onResize});