menu
entao_hare package
documentation
table/table.dart
DataTableSelector<T>
of method
of method
dark_mode
light_mode
of
method
DataTableSelectAction
?
of
(
T
item
)
Implementation
DataTableSelectAction? of(T item) { return ofList([item]); }
entao_hare package
documentation
table/table
DataTableSelector<T>
of method
DataTableSelector class