VxCircle class

Inheritance
Available Extensions

Constructors

VxCircle({Key? key, Widget? child, Color? backgroundColor, double? radius, BoxBorder? border, BoxDecoration? customDecoration, Gradient? gradient, DecorationImage? backgroundImage, BlendMode? blendMode, List<BoxShadow>? shadows})
Creates a circle that represents a shape.

Properties

backgroundColor Color?
The color with which to fill the circle. Changing the background color will cause the avatar to animate to the new color.
final
backgroundImage DecorationImage?
To provide background image
final
blendMode BlendMode?
To provide blend mode
final
border BoxBorder?
Border to provide stroke.
final
child Widget?
The widget below this widget in the tree.
final
customDecoration BoxDecoration?
To fully provide custom decoration
final
gradient Gradient?
To provide gradient
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
noneShadow VxCircle
Shadowing
no setterinherited
outerShadow VxCircle
no setterinherited
outerShadow2Xl VxCircle
no setterinherited
outerShadow3Xl VxCircle
no setterinherited
outerShadowLg VxCircle
no setterinherited
outerShadowMd VxCircle
no setterinherited
outerShadowSm VxCircle
Shadowing
no setterinherited
outerShadowXl VxCircle
no setterinherited
radius double?
The size of the circle, expressed as the radius (half the diameter).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadow VxCircle
Shadowing
no setterinherited
shadow2xl VxCircle
To give twice extra large shadow.
no setterinherited
shadow3xl VxCircle
To give thrice extra large shadow.
no setterinherited
shadow4xl VxCircle
To give 4x extra large shadow.
no setterinherited
shadow5xl VxCircle
To give 5x extra large shadow.
no setterinherited
shadowLg VxCircle
To give large shadow.
no setterinherited
shadowMax VxCircle
To give max shadow.
no setterinherited
shadowMd VxCircle
To give medium shadow.
no setterinherited
shadows List<BoxShadow>?
To give shadow effect
final
shadowSm VxCircle
To give small shadow.
no setterinherited
shadowXl VxCircle
To give extra large shadow.
no setterinherited
shadowXs VxCircle
To give extra small shadow.
no setterinherited
velocityShadow List<BoxShadow>?
getter/setter pairinherited

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
setChildForShadow(VxCircle child) → void
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