SnapFrameOverlay constructor
const
SnapFrameOverlay({
- required GreenVideoController? controller,
- EdgeInsetsGeometry padding = const EdgeInsets.all(10.0),
- Color borderColor = Colors.red,
- double borderWidth = 4.0,
- double cornerInset = 8.0,
- AlignmentGeometry cornerAlignment = Alignment.bottomRight,
- double cornerWidth = 200.0,
- double? cornerHeight,
- Key? key,
Implementation
const SnapFrameOverlay({
required this.controller,
this.padding = const EdgeInsets.all(10.0),
this.borderColor = Colors.red,
this.borderWidth = 4.0,
this.cornerInset = 8.0,
this.cornerAlignment = Alignment.bottomRight,
this.cornerWidth = 200.0,
this.cornerHeight,
super.key,
});