Video class

Inheritance

Constructors

Video({required String src, int? width, int? height, bool autoplay = false, bool controls = false, Set<VideoControl>? controlsList, bool disablePictureInPicture = false, bool disableRemotePlayback = false, bool loop = false, bool muted = false, bool playsInline = false, bool tabFocusable = true, String? id, Iterable<String>? classes, Iterable<String>? inlineStyles})

Properties

autoplay bool
getter/setter pair
children Iterable<Element>
getter/setter pairinherited
classes Iterable<String>?
getter/setter pairinherited
controls bool
getter/setter pair
controlsList Set<VideoControl>?
getter/setter pair
disablePictureInPicture bool
getter/setter pair
disableRemotePlayback bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int?
getter/setter pair
id String?
getter/setter pairinherited
imageSize String
no setter
inlineStyles Iterable<String>?
getter/setter pairinherited
innerText String
no setterinherited
loop bool
getter/setter pair
modifiers String
no setterinherited
muted bool
getter/setter pair
playsInline bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
src String
getter/setter pair
tabFocusable bool
getter/setter pair
width int?
getter/setter pair

Methods

build() String
override
collectChildrenOfType<E>({required List<E> into}) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited