OpenWVideo constructor
const
OpenWVideo({
- Key? key,
- required DSWidgetState state,
- required FGeneralTypeInput value,
- required int startAt,
- required bool showControls,
- required bool showFullScreen,
- required bool loopVideo,
Returns a Video widget in Teta
Implementation
const OpenWVideo({
super.key,
required this.state,
required this.value,
required this.startAt,
required this.showControls,
required this.showFullScreen,
required this.loopVideo,
});