menu
entao_hare package
documentation
table/table.dart
DataColumnCell<T>
buildCell method
buildCell method
dark_mode
light_mode
buildCell
method
DataCellY
buildCell
(
ContextIndexItem
<
T
>
c
)
Implementation
DataCellY buildCell(ContextIndexItem<T> c) { return builder.call(c); }
entao_hare package
documentation
table/table
DataColumnCell<T>
buildCell method
DataColumnCell class