Avatar class

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Methods

circle({void onTapAvatar()?, double widthBorder = 0.0, double? radius, String? image, String? imageNetwork, Color? backgroundColor, Gradient? gradientBackgroundColor, Gradient? gradientWidthBorder = const LinearGradient(colors: [Colors.blue, Colors.deepPurple]), double elevation = 0, Color shadowColor = Colors.black, required String? text, TextStyle? style = const TextStyle(fontSize: 25, color: Colors.white, fontWeight: FontWeight.bold), bool randomColor = true, bool randomGradient = false, bool isBorderAvatar = false}) Widget
profile({required String? text, double widthBorder = 0.0, double? radius = 35, String? image, String? imageNetwork, Color? backgroundColor, Gradient? gradientBackgroundColor, Gradient? gradientWidthBorder = const LinearGradient(colors: [Colors.blue, Colors.deepPurple]), TextStyle? style = const TextStyle(fontSize: 25, color: Colors.white, fontWeight: FontWeight.bold), Color backgroundColorCamera = Colors.white, IconData? icon = Icons.camera, Color iconColor = Colors.black, bool randomColor = true, bool randomGradient = false, double elevation = 0, Color shadowColor = Colors.black, OnPickerChange? onPickerChange, bool isBorderAvatar = false, OnPickerChangeWeb? onPickerChangeWeb}) Widget