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