FrameWidget constructor
const
FrameWidget({})
Implementation
const FrameWidget({
super.key,
required this.child,
this.initialWidth = 500.0,
this.initialHeight = 333.0,
this.minWidth = 100.0,
this.minHeight = 100.0,
this.maxWidth = 2000.0,
this.maxHeight = 2000.0,
this.backgroundColor = Colors.transparent,
this.onSizeChanged,
});