DiaryPreview constructor
- Key? key,
- required void onViewPage(
- String entryId
- required VoidCallback? onBack,
- void onBottomTap()?,
Constructs the DiaryPreview screen.
Implementation
const DiaryPreview({
super.key,
required this.onViewPage,
required this.onBack,
this.onBottomTap,
});