menu
ntech_grid package
documentation
ntech_grid.dart
GridDataSource<T>
update method
update method
dark_mode
light_mode
update
method
Future
<
T?
>
update
(
T
item
)
Implementation
Future<T?> update(T item) async => null;
ntech_grid package
documentation
ntech_grid
GridDataSource<T>
update method
GridDataSource class