ActionTooltipPolicy.always constructor

const ActionTooltipPolicy.always()

Shows the tooltip on every action-owned surface.

Implementation

const ActionTooltipPolicy.always()
  : this.allowed(primaryIconOnly: true, primaryLabeled: true, menuItem: true);