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