menu
uxp_widgets package
documentation
widgets/youtube_card.dart
UXPWidgetYoutubeCard
UXPWidgetYoutubeCard.new const constructor
UXPWidgetYoutubeCard.new const constructor
dark_mode
light_mode
UXPWidgetYoutubeCard
constructor
const
UXPWidgetYoutubeCard
(
{
Key
?
key
,
String
?
src
,
bool
?
autoPlay
,
bool
?
mute
,
})
Implementation
const UXPWidgetYoutubeCard({ Key? key, this.src, this.autoPlay, this.mute, }) : super(key: key);
uxp_widgets package
documentation
widgets/youtube_card
UXPWidgetYoutubeCard
UXPWidgetYoutubeCard.new const constructor
UXPWidgetYoutubeCard class