AudioContentElement class

AudioContentElement is a ContentElement with an audio file as its content.

Inheritance

Constructors

AudioContentElement({required String name, required List<String?> src, required bool showControls, required bool autoplay, required bool loop, required bool muted, required Element node})

Properties

alignment PlaceholderAlignment
getter/setter pairinherited
attributes Map<String, String>
no setterinherited
autoplay bool
final
children List<StyledElement>
getter/setter pairinherited
element → Element?
no setterinherited
elementClasses List<String>
finalinherited
elementId String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
loop bool
final
muted bool
final
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showControls bool
final
src List<String?>
final
style Style
getter/setter pairinherited

Methods

matchesSelector(String selector) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toWidget(RenderContext context) Widget
override

Operators

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