On this page
poster property
String posterSource
@DomName('HTMLVideoElement.poster')
@DocsEditable()
String get poster =>
_blink.BlinkHTMLVideoElement.instance.poster_Getter_(this);
void poster=(Source
@DomName('HTMLVideoElement.poster')
@DocsEditable()
set poster(String value) =>
_blink.BlinkHTMLVideoElement.instance.poster_Setter_(this, value);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/VideoElement/poster.html