ShowInfoTemplate constructor
const
ShowInfoTemplate({
- Key? key,
- required String title,
- required List<
ShowInfoDetail> listOfShowInfoDetail,
Implementation
const ShowInfoTemplate(
{Key? key, required this.title, required this.listOfShowInfoDetail})
: super(key: key);