showInAllScreens property

bool showInAllScreens
final

Indicates if the action should be shown in all screens.

If true the other indications showInDesktop, showInPhone, showInTablet and showInWatch will be ignored.

Default is false.

Implementation

final bool showInAllScreens;