ContentsPlugin constructor

const ContentsPlugin()

Implementation

const ContentsPlugin()
    : super(
        icon: _buildIcon,
        panelBuilder: _buildPanel,
        wrapperBuilder: _buildWrapper,
      );