ZdsNotificationTile constructor

const ZdsNotificationTile(
  1. {required String dateLabel,
  2. Key? key,
  3. String? content,
  4. VoidCallback? onTap,
  5. bool isUnread = true,
  6. Widget? leadingData,
  7. double? leadingWidth = 12,
  8. bool shrinkWrap = true}
)

Constructs a ZdsNotificationTile.

Implementation

const ZdsNotificationTile