OudsTopAppBarAvatarConfig class

Configuration class for the Avatar component within the OudsTopAppBar.

This class defines the visual and accessibility properties of an avatar, supporting two main modes:

  1. Icon/Image Mode: Using image to display as an image.
  2. Monogram Mode: Using monogram to display initials (e.g., "A").

Parameters:

Constructors

OudsTopAppBarAvatarConfig({String? image, String? monogram, String? contentDescription, Color? monogramBackgroundColor, Color? monogramColor})

Properties

contentDescription String?
final
hashCode int
The hash code for this object.
no setterinherited
image String?
final
monogram String?
final
monogramBackgroundColor Color?
final
monogramColor Color?
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