ThemedTableAvatar class

Constructors

ThemedTableAvatar({String? label, Avatar? dynamicAvatar, IconData? icon, Color? color, String? avatar})
An avatar of the table when is in mobile mode.

Properties

avatar String?
Represents the avatar URI or path of the avatar.
final
color Color?
Represents the color of the avatar.
final
dynamicAvatar → Avatar?
Represents the dynamic avatar configuration. This is used when you want to display a dynamic avatar using the Layrz configuration.
final
hashCode int
The hash code for this object.
no setterinherited
icon IconData?
Represents the icon of the avatar.
final
label String?
Represents the name, label or identifier of the avatar.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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