ProfileCircleConfiguration class
Constructors
- ProfileCircleConfiguration({void onAvatarTap(ChatUser)?, EdgeInsetsGeometry? padding, String? profileImageUrl, double? bottomPadding, double? circleRadius, void onAvatarLongPress(ChatUser)?})
-
const
Properties
- bottomPadding → double?
-
Used for give bottom padding to profile circle
final
- circleRadius → double?
-
Used for give circle radius to profile circle
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- onAvatarLongPress → void Function(ChatUser)?
-
Provides callback when user long press on profile circle.
final
- onAvatarTap → void Function(ChatUser)?
-
Provides callback when user tap on profile circle.
final
- padding → EdgeInsetsGeometry?
-
Used to give padding to profile circle.
final
- profileImageUrl → String?
-
Provides image url of user
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