quickActionItems property

List<TabObject>? quickActionItems
final

If you do want a quick action bar to appear on every screen, these are the objects that will show up in the bar. The tabs can do anything from call an emergency hotline, to segue users to a specific tool. The idea is to limit these to really sensitive resources that need to be close at all times

Implementation

final List<TabObject>? quickActionItems;