SolidNavUserInfo class

User information configuration for the navigation drawer.

Constructors

SolidNavUserInfo.new({required String userName, String? webId, bool showWebId = false, Widget? avatar, IconData? avatarIcon, double? avatarSize})
const

Properties

avatar Widget?
Custom user avatar widget (optional).
final
avatarIcon IconData?
Custom user avatar icon (used if avatar widget is null).
final
avatarSize double?
Custom avatar size.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showWebId bool
Whether to show the WebID in the drawer.
final
userName String
The user's display name.
final
webId String?
The user's WebID (optional).
final

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