isActionBarDevEnabled property

bool? isActionBarDevEnabled
final

This is if you are using a quick action bar that allows user to access certain functionality on every single page. This is helpful if you have 'emergency' features that need to be accessed on every page (e.g: dealing with suicidal users who may emergency access a tool).

Implementation

final bool? isActionBarDevEnabled;