NotificationsSettingsTile constructor

const NotificationsSettingsTile({
  1. required String roomId,
  2. String? title,
  3. String? defaultTitle,
  4. bool? includeMentions,
  5. dynamic key,
})

Implementation

const NotificationsSettingsTile({
  required this.roomId,
  this.title,
  this.defaultTitle,
  this.includeMentions,
  super.key,
});