DetailPage constructor
const
DetailPage({
- Key? key,
- required HttpActivity data,
Implementation
const DetailPage({Key? key, required this.data}) : super(key: key);
const DetailPage({Key? key, required this.data}) : super(key: key);