AiutaSelectionSnackbarTheme class

Configuration for the selection snackbar that is embeds inside the pages with the lists of some items (like the generations history), allows to select multiple items and perform actions on them.

Annotations
  • @JsonSerializable()

Constructors

AiutaSelectionSnackbarTheme.new({required AiutaSelectionSnackbarStrings strings, required AiutaSelectionSnackbarIcons icons, required AiutaSelectionSnackbarColors colors})
Creates an AiutaSelectionSnackbarTheme with the given strings, icons, and colors.
AiutaSelectionSnackbarTheme.builtIn()
Creates a built-in selection snackbar theme configuration with default settings.
factory
AiutaSelectionSnackbarTheme.fromJson(Map<String, dynamic> json)
factory

Properties

colors AiutaSelectionSnackbarColors
Color configurations for the selection snackbar.
final
hashCode int
The hash code for this object.
no setterinherited
icons AiutaSelectionSnackbarIcons
Icon configurations for the selection snackbar.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strings AiutaSelectionSnackbarStrings
String configurations for the selection snackbar.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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