Widget
            public class WidgetAddress
Content copied to clipboard
Contains an "address" (the index path) for a widget to avoid avoid hardcoding the indexes. This will dynamically resolve the widget and cache the index path. The cached index path will be used for subsequent lookups.
Functions
create
                          
                    Link copied to clipboard
                        static WidgetAddress create(int rootIndex, Predicate<Widget> componentFilter)
Content copied to clipboard
getIndexPath
                          
                    Link copied to clipboard