menu
endless package
documentation
stream/endless_stream_grid_view.dart
EndlessStreamGridView<T>
stream property
stream property
dark_mode
light_mode
stream
property
Stream
<
List
<
T
>
>
stream
final
The stream of items that will be added to the grid view.
Implementation
final Stream<List<T>> stream;
endless package
documentation
stream/endless_stream_grid_view
EndlessStreamGridView<T>
stream property
EndlessStreamGridView class