VxEllipse class

Inheritance
Available Extensions

Constructors

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

Properties

backgroundColor Color?
The color with which to fill the ellipse.
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
height double?
The height of the ellipse.
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
noneShadow VxEllipse
Shadowing
no setterinherited
outerShadow VxEllipse
no setterinherited
outerShadow2Xl VxEllipse
no setterinherited
outerShadow3Xl VxEllipse
no setterinherited
outerShadowLg VxEllipse
no setterinherited
outerShadowMd VxEllipse
no setterinherited
outerShadowSm VxEllipse
Shadowing
no setterinherited
outerShadowXl VxEllipse
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadow VxEllipse
Shadowing
no setterinherited
shadow2xl VxEllipse
To give twice extra large shadow.
no setterinherited
shadow3xl VxEllipse
To give thrice extra large shadow.
no setterinherited
shadow4xl VxEllipse
To give 4x extra large shadow.
no setterinherited
shadow5xl VxEllipse
To give 5x extra large shadow.
no setterinherited
shadowLg VxEllipse
To give large shadow.
no setterinherited
shadowMax VxEllipse
To give max shadow.
no setterinherited
shadowMd VxEllipse
To give medium shadow.
no setterinherited
shadows List<BoxShadow>?
To provide blend mode
final
shadowSm VxEllipse
To give small shadow.
no setterinherited
shadowXl VxEllipse
To give extra large shadow.
no setterinherited
shadowXs VxEllipse
To give extra small shadow.
no setterinherited
velocityShadow List<BoxShadow>?
getter/setter pairinherited
width double?
The width of the ellipse.
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
setChildForShadow(VxEllipse 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