ShowComponentTemplate constructor
const
ShowComponentTemplate({})
Implementation
const ShowComponentTemplate(
{Key? key,
required this.title,
required this.longDescription,
required this.listOfWidgets})
: super(key: key);