videoWidth property

  1. @override
String? videoWidth
override

Get OgpData.videoWidth from 'og:video:width'.

Implementation

@override
String? get videoWidth => _getContent(property: 'og:video:width');
void videoWidth=(String? _videoWidth)
inherited

Implementation

String? videoWidth;