IconWithAction constructor

IconWithAction(
  1. String name,
  2. IconAction action,
  3. String ariaLabel,
  4. int keyCode, {
  5. bool shouldCloseMenuOnTrigger = false,
})

Implementation

IconWithAction(String name, this.action, this.ariaLabel, this.keyCode,
    {this.shouldCloseMenuOnTrigger = false})
    : super(name);