menu
arcane package
documentation
generated/arcane_shadcn/src/components/layout/table.dart
ResizableTableController
getRowHeight method
getRowHeight method
dark_mode
light_mode
getRowHeight
method
double
getRowHeight
(
int
index
)
Implementation
double getRowHeight(int index) { return _rowHeights?[index] ?? _defaultRowHeight; }
arcane package
documentation
generated/arcane_shadcn/src/components/layout/table
ResizableTableController
getRowHeight method
ResizableTableController class