ApplicationSettings constructor
Implementation
ApplicationSettings({
this.enablePopups,
this.locale,
this.showIntroduction,
this.sideBarWidth,
this.callButtons = const [],
this.pinnedActions = const [],
this.workWithUsTabEnabled = true,
this.muteKeys,
this.videoVolume = 1,
});