menu
arcane_jaspr package
documentation
component/html/section.dart
ArcaneHtmlSection
ArcaneHtmlSection.new const constructor
ArcaneHtmlSection.new const constructor
dark_mode
light_mode
ArcaneHtmlSection
constructor
const
ArcaneHtmlSection
(
{
required
List
<
Component
>
children
,
ArcaneStyleData
?
styles
,
String
?
classes
,
String
?
id
,
Key
?
key
,
})
Implementation
const ArcaneHtmlSection({ required this.children, this.styles, this.classes, this.id, super.key, });
arcane_jaspr package
documentation
component/html/section
ArcaneHtmlSection
ArcaneHtmlSection.new const constructor
ArcaneHtmlSection class