MomentCell constructor
- {Key? key,
- String? thumbnail,
- required String startDate,
- String? title,
- String? summary,
- required String semanticsLabel,
- required VoidCallback onPressed,
- bool expanded = false,
- required double offset}
Implementation
const MomentCell(
{super.key,
this.thumbnail,
required this.startDate,
this.title,
this.summary,
required this.semanticsLabel,
required this.onPressed,
this.expanded = false,
required this.offset});