AvatarHover class

Constructors

AvatarHover({required GlobalKey<State<StatefulWidget>> widgetKey, required BuildContext context, required bool online, Widget? avatarChild, bool hoverMenu = false, String? url, List<Color> colors = const [], List<PopupMenuItem>? itemsMenu, double height = 100, double width = 100, double right = 6.8, double bottom = 6.8, double statusHeight = 20, double statusWidth = 20})

Properties

avatarChild Widget?
final
bottom double
final
colors List<Color>
final
context BuildContext
final
hashCode int
The hash code for this object.
no setterinherited
height double
final
hoverMenu bool
final
itemsMenu List<PopupMenuItem>?
final
online bool
final
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusHeight double
final
statusWidth double
final
url String?
final
widgetKey GlobalKey<State<StatefulWidget>>
final
width double
final

Methods

avatar() Widget
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