AppNotificationPage constructor
- Key? key,
- Widget? title,
- bool? centerTitle,
- PreferredSizeWidget? bottom,
- List<
Widget> ? actions, - Color? searchFilterColor,
- EdgeInsets bottomPadding = const EdgeInsets.symmetric(vertical: _filterSpacing),
- required LocalizeNotificationType onLocalizeNotificationType,
Implementation
const AppNotificationPage({
super.key,
this.title,
this.centerTitle,
this.bottom,
this.actions,
this.searchFilterColor,
this.bottomPadding = const EdgeInsets.symmetric(vertical: _filterSpacing),
required this.onLocalizeNotificationType,
});