FxNotificationPageView constructor
FxNotificationPageView({
- Key? key,
- String title = 'Notifications',
- FxStateData errorState = FxStates.error,
- FxStateData emptyState = _defaultEmptyStateData,
- void onTap()?,
Implementation
FxNotificationPageView({
super.key,
this.title = 'Notifications',
this.errorState = FxStates.error,
this.emptyState = _defaultEmptyStateData,
this.onTap,
});