AccountInstallTheme constructor

const AccountInstallTheme({
  1. required bool dark,
  2. InputThemeBase? theme,
  3. String? format,
  4. BaseThemeBase? baseTheme,
})

Account Install Theme constructor.

Implementation

const AccountInstallTheme({
  required this.dark,
  this.theme,
  this.format,
  this.baseTheme,
}) : super._();