Why static keyword on _HomeState for pages list

Hi -

static List pages = []
in Chapter 3 => App structure and navigation.

It seems to work without static, or when called like so:
body: _HomeState.pages[_selectedIndex],
(should it even work without calling it on the class directly?)

Thank you for your help!
Sincerely,

Ulrich Sinn

1 Like