LookAndFeelSettings class
Constructors
- LookAndFeelSettings({required LookAndFeelSettingsSelected selected, required LookAndFeel global, LookAndFeel? theme, required LookAndFeel custom})
-
LookAndFeelSettings.fromJson(Map<
String, Object?> json) -
factory
Properties
- custom → LookAndFeel
-
final
- global → LookAndFeel
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selected → LookAndFeelSettingsSelected
-
final
- theme → LookAndFeel?
-
final
Methods
-
copyWith(
{LookAndFeelSettingsSelected? selected, LookAndFeel? global, LookAndFeel? theme, LookAndFeel? custom}) → LookAndFeelSettings -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited