actionContent property

  1. @ViewChild('action')
set actionContent (HtmlElement? headerContent)

Implementation

@ViewChild('action')
set actionContent(HtmlElement? headerContent) =>
    _actionContent = headerContent;