ApplicationSettings constructor

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

Implementation

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