SettingsRow constructor
const
SettingsRow({ - String? userId,
- String? locale,
- bool? showIntroduction,
- required String callButtons,
- required String pinnedActions,
- String? callButtonsPosition,
- bool? workWithUsTabEnabled,
- String? videoDevice,
- String? audioDevice,
- String? outputDevice,
- String? screenDevice,
- String? muteKeys,
})
Implementation
const SettingsRow(
{this.userId,
this.enablePopups,
this.locale,
this.showIntroduction,
this.sideBarWidth,
required this.callButtons,
required this.pinnedActions,
this.callButtonsPosition,
this.workWithUsTabEnabled,
this.videoDevice,
this.audioDevice,
this.outputDevice,
this.screenDevice,
this.muteKeys});