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