menu
arcane package
documentation
generated/arcane_shadcn/src/components/layout/table.dart
TableLayoutResult
width property
width property
dark_mode
light_mode
width
property
double
get
width
Implementation
double get width { return columnWidths.fold(0, (a, b) => a + b); }
arcane package
documentation
generated/arcane_shadcn/src/components/layout/table
TableLayoutResult
width property
TableLayoutResult class