menu
rss_dart package
documentation
domain/media/embed.dart
Embed
Embed const constructor
Embed const constructor
dark_mode
light_mode
Embed
constructor
const
Embed
(
{
String
?
url
,
int
width
=
0
,
int
height
=
0
,
List
<
Param
>
params
=
const <Param>[]
,
})
Implementation
const Embed({ this.url, this.width = 0, this.height = 0, this.params = const <Param>[], });
rss_dart package
documentation
domain/media/embed
Embed
Embed const constructor
Embed class