In my app i dont use the actionbar widget, i actually use my own implementation
Now in my app profiling i saw this:

An ActionBar is created for a page, and i think for every page!
I think the reason comes from here
When get is used an actionbar is created if not existing.
And i think it is triggered here
I think the check should be for _actionBar
In my app i dont use the actionbar widget, i actually use my own implementation
Now in my app profiling i saw this:

An
ActionBaris created for a page, and i think for every page!I think the reason comes from here
When get is used an actionbar is created if not existing.
And i think it is triggered here
I think the check should be for
_actionBar