VideoTextureOptions constructor
VideoTextureOptions({
- BuildContext? context,
- double? width,
- double? height,
- required String asset,
- bool loop = true,
Implementation
VideoTextureOptions({
this.context,
this.width,
this.height,
required this.asset,
this.loop = true
});