imageWidth property

  1. @override
String? imageWidth
override

Get OgpData.imageWidth from 'og:image:width'.

Implementation

@override
String? get imageWidth => _getContent(property: 'og:image:width');
void imageWidth=(String? _imageWidth)
inherited

Implementation

String? imageWidth;