Inheritance
System.Object
CircleAvatar
public class CircleAvatar : StatelessWidget
Constructors
Declaration
public CircleAvatar(Key key = null, Widget child = null, Color backgroundColor = null, ImageProvider backgroundImage = null, Color foregroundColor = null, float? radius = default(float? ), float? minRadius = default(float? ), float? maxRadius = default(float? ))
Parameters
Type |
Name |
Description |
Key |
key |
|
Widget |
child |
|
Color |
backgroundColor |
|
ImageProvider |
backgroundImage |
|
Color |
foregroundColor |
|
System.Nullable<System.Single> |
radius |
|
System.Nullable<System.Single> |
minRadius |
|
System.Nullable<System.Single> |
maxRadius |
|
Fields
Declaration
public readonly Color backgroundColor
Field Value
Declaration
public readonly ImageProvider backgroundImage
Field Value
Declaration
public readonly Widget child
Field Value
Declaration
public readonly Color foregroundColor
Field Value
Declaration
public readonly float? maxRadius
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
Declaration
public readonly float? minRadius
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
Declaration
public readonly float? radius
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
Methods
build(BuildContext)
Declaration
public override Widget build(BuildContext context)
Parameters
Returns
Overrides