LanguageDialogTheme constructor

const LanguageDialogTheme({
  1. Widget? title,
  2. Size? dialogOptionSize,
  3. EdgeInsets? optionMargin,
  4. EdgeInsets? optionPadding,
  5. Color? selectedBackgroundColor,
  6. Color? iconColor,
  7. TextStyle? languageTextStyle,
  8. Color? selectedItemTextColor,
  9. DividerThemeData? dividerThemeData,
})

Style related settings for choose language dialog.

Implementation

const LanguageDialogTheme({
  this.title,
  this.dialogOptionSize,
  this.optionMargin,
  this.optionPadding,
  this.selectedBackgroundColor,
  this.iconColor,
  this.languageTextStyle,
  this.selectedItemTextColor,
  this.dividerThemeData,
});