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