ApplicationSettings constructor

ApplicationSettings({
  1. bool? enablePopups,
  2. String? locale,
  3. bool? showIntroduction,
  4. double? sideBarWidth,
  5. List<String> callButtons = const [],
  6. bool? showDragAndDropVideosHint = false,
  7. bool? showDragAndDropButtonsHint = false,
  8. List<String> pinnedActions = const [],
  9. CallButtonsPosition? callButtonsPosition = CallButtonsPosition.appBar,
  10. bool workWithUsTabEnabled = true,
  11. List<String>? muteKeys,
})

Implementation

ApplicationSettings({
  this.enablePopups,
  this.locale,
  this.showIntroduction,
  this.sideBarWidth,
  this.callButtons = const [],
  this.showDragAndDropVideosHint = false,
  this.showDragAndDropButtonsHint = false,
  this.pinnedActions = const [],
  this.callButtonsPosition = CallButtonsPosition.appBar,
  this.workWithUsTabEnabled = true,
  this.muteKeys,
});