ProfileImage class

Show an CircleAvatar with the given image.

If image in null firstName and/or lastName will be used to generate initials to be show in the CircleAvatar.

Atleast on of image, firstName or lastName should not be null.

Inheritance

Constructors

ProfileImage({Key? key, ImageProvider<Object>? image, String? firstName, String? lastName, Color? backgroundColor, Color? foregroundColor, double? radius, double? minRadius, double? maxRadius, TextStyle? style})
Show an CircleAvatar with the given image.

Properties

backgroundColor Color?
Same as CircleAvatar.backgroundColor
final
firstName String?
First Name of the person
final
foregroundColor Color?
Same as CircleAvatar.foregroundColor
final
hashCode int
The hash code for this object.
no setterinherited
image ImageProvider<Object>?
Network URL for the image to be shown
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
lastName String?
Last Name of the person
final
maxRadius double?
Same as CircleAvatar.maxRadius
final
minRadius double?
Same as CircleAvatar.minRadius
final
radius double?
Same as CircleAvatar.radius
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style TextStyle?
Same as Text.style
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited