menu
feed package
documentation
feeds/feed.dart
FeedController
isGridIndex method
isGridIndex method
dark_mode
light_mode
isGridIndex
method
bool
isGridIndex
(
)
Determines if the current index is a grid view
Implementation
bool isGridIndex() => getGridDelegate() != null;
feed package
documentation
feeds/feed
FeedController
isGridIndex method
FeedController class