CustomAnimatedPositioned class

CustomAnimatedPositioned is almost identical to AnimatedPositioned only integrating the isBeingDragged property to enable us to set the node being dragged at front

Inheritance

Constructors

CustomAnimatedPositioned({Key? key, required Widget child, required Duration duration, bool isBeingDragged = false, Curve curve = Curves.linear, VoidCallback? onEnd, double? top, double? right, double? bottom, double? left, double? width, double? height})
const

Properties

bottom double?
The offset of the child's bottom edge from the bottom of the stack.
finalinherited
child Widget
The widget below this widget in the tree.
finalinherited
curve Curve
The curve to apply when animating the parameters of this container.
finalinherited
duration Duration
The duration over which to animate the parameters of this container.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
height double?
The child's height.
finalinherited
isBeingDragged bool
Whether the node is being dragged or not
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
left double?
The offset of the child's left edge from the left of the stack.
finalinherited
onEnd VoidCallback?
Called every time an animation completes.
finalinherited
The offset of the child's right edge from the right of the stack.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top double?
The offset of the child's top edge from the top of the stack.
finalinherited
width double?
The child's width.
finalinherited

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() AnimatedWidgetBaseState<AnimatedPositioned>
Creates the mutable state for this widget at a given 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, int wrapWidth = 65}) 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