LocalAvatar class
Constructors
- LocalAvatar({CropArea? crop, required NativeFile file})
Properties
- big → ImageFile
-
Big view ImageFile of this UserAvatar, square-cropped to its minimum
dimension (either width or height), and scaled to
250px
x250px
.finalinherited - crop → CropArea?
-
CropArea applied to this Avatar.
finalinherited
- file → NativeFile
-
NativeFile this avatar should be rendered from.
final
- full → ImageFile
-
Full-sized ImageFile representing this UserAvatar, keeping the
original dimensions.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- medium → ImageFile
-
Medium view ImageFile of this UserAvatar, square-cropped to its
minimum dimension (either width or height), and scaled to
100px
x100px
.finalinherited - original → ImageFile
-
Original ImageFile representing this UserAvatar.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- small → ImageFile
-
Small view ImageFile of this UserAvatar, square-cropped to its minimum
dimension (either width or height), and scaled to
46px
x46px
.finalinherited
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