DetailPage constructor
const
DetailPage({
- Key? key,
- required String title,
- required ContestDataModel data,
- required SnipeProvider provider,
- required bool isPast,
- bool isCustom = false,
Implementation
const DetailPage({
super.key,
required this.title,
required this.data,
required this.provider,
required this.isPast,
this.isCustom = false,
});