ContentGridLayout constructor
const
ContentGridLayout({
- Key? key,
- required String title,
- required String objectType,
- required String listType,
- required String categoryType,
- String partnerid = "",
- String idgenre = "",
- String showAll = "",
- bool renderScrollButtons = true,
- bool renderEmpty = false,
- bool isEpisode = false,
- bool shouldRoutePush = false,
- bool shrinkWrap = false,
- String seriesId = "",
- Function? onLoadCallback,
- bool paginationEnabled = false,
- Function? onContentLoaded,
- ScrollController? parentScrollController,
- int? seasonNum,
Implementation
const ContentGridLayout({
super.key,
required this.title,
required this.objectType,
required this.listType,
required this.categoryType,
this.related = "",
this.partnerid = "",
this.idgenre = "",
this.showAll = "",
this.renderScrollButtons = true,
this.renderEmpty = false,
this.isEpisode = false,
this.shouldRoutePush = false,
this.shrinkWrap = false,
this.seriesId = "",
this.onLoadCallback,
this.paginationEnabled = false,
this.onContentLoaded,
this.parentScrollController,
this.seasonNum,
});