LanguageDialogTheme class

Style related settings for choose language dialog.

Constructors

LanguageDialogTheme({Widget? title, Size? dialogOptionSize, EdgeInsets? optionMargin, EdgeInsets? optionPadding, Color? selectedBackgroundColor, Color? iconColor, TextStyle? languageTextStyle, Color? selectedItemTextColor, DividerThemeData? dividerThemeData})
Style related settings for choose language dialog.
const

Properties

dialogOptionSize Size?
Size of the dialog option.
final
dividerThemeData DividerThemeData?
Theme for divider between language options.
final
hashCode int
The hash code for this object.
no setterinherited
iconColor Color?
Color of the language icon.
final
languageTextStyle TextStyle?
Text style for language text.
final
optionMargin EdgeInsets?
Margin of dialog option.
final
optionPadding EdgeInsets?
Padding of dialog option.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedBackgroundColor Color?
Background color of the selected option.
final
selectedItemTextColor Color?
Text color for selected language item.
final
title Widget?
Title of the choose language dialog.
final

Methods

copyWith({Widget? title, Size? dialogOptionSize, EdgeInsets? optionMargin, EdgeInsets? optionPadding, Color? selectedBackgroundColor, Color? iconColor, TextStyle? languageTextStyle, Color? selectedItemTextColor, DividerThemeData? dividerThemeData}) LanguageDialogTheme
Creates a copy animated dialog theme with the given parameters.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited