CryCascade constructor
const
CryCascade({
- Key? key,
- String? title,
- required List<
CascadeModel> data,
Implementation
const CryCascade({
Key? key,
this.title,
required this.data,
}) : super(key: key);