ApplicationSettings constructor
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,
});