ContentsPlugin constructor

const ContentsPlugin()

Implementation

const ContentsPlugin()
    : super(
        identifier: 'storybook_flutter.contents',
        name: 'Contents',
        icon: Icons.list,
        windowSize: const Size(220, 400),
      );