menu
techs_html_bindings
elements.dart
BlockQuote
BlockQuote.new constructor
BlockQuote.new
dark_mode
light_mode
BlockQuote
constructor
BlockQuote
(
{
required
Iterable
<
Element
>
children
,
String
?
cite
,
String
?
id
,
Iterable
<
String
>
?
classes
,
Iterable
<
String
>
?
inlineStyles
,
})
Implementation
BlockQuote({ required super.children, this.cite, super.id, super.classes, super.inlineStyles, });
techs_html_bindings
elements
BlockQuote
BlockQuote.new constructor
BlockQuote class