PluginAndFeatureList constructor

const PluginAndFeatureList({
  1. Key? key,
})

Creates a new plugin and feature list view.

Implementation

const PluginAndFeatureList({
  super.key,
});