VideoWidget constructor
const
VideoWidget({
- Key? key,
- required FlutterVideoTrimmer flutterVideoTrimmer,
- Color borderColor = Colors.transparent,
- double borderWidth = 0.0,
- EdgeInsets padding = const EdgeInsets.all(0.0),
Implementation
const VideoWidget({
super.key,
required this.flutterVideoTrimmer,
this.borderColor = Colors.transparent,
this.borderWidth = 0.0,
this.padding = const EdgeInsets.all(0.0),
});