CropRenderObjectWidget constructor
const
CropRenderObjectWidget({})
Implementation
const CropRenderObjectWidget({
required Widget child,
required this.aspectRatio,
required this.shape,
Key? key,
this.backgroundColor = Colors.black,
this.dimColor = const Color.fromRGBO(0, 0, 0, 0.8),
}) : super(key: key, child: child);