ApplicationSettings constructor
- bool? enablePopups,
- String? locale,
- bool? showIntroduction,
- double? sideBarWidth,
- List<
String> callButtons = const [], - bool? showDragAndDropVideosHint = false,
- bool? showDragAndDropButtonsHint = false,
- List<
String> pinnedActions = const [], - CallButtonsPosition? callButtonsPosition = CallButtonsPosition.appBar,
- bool workWithUsTabEnabled = true,
- 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,
});