SlideOutDown class

Inheritance

Constructors

SlideOutDown({Key? key, required Widget child, Duration? delay, Curve? curves, Duration? duration, required GlobalKey<State<StatefulWidget>> globalKey, double? offset, bool? repeat = false})
const

Properties

child Widget
attach widget to animation child
final
curves Curve?
provide animation curves if need it, by default Curves.decelerate
final
delay Duration?
provide delay duration if need it, by default zero
final
duration Duration?
provide animation duration if need it, by default 300 milliseconds
final
globalKey GlobalKey<State<StatefulWidget>>
require GlobalKey to get widget position and size
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
offset double?
provide offset if need it, by default context.height
final
repeat bool?
provide repeated animation for widget, by default false
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<SlideOutDown>
Creates the mutable state for this widget at a given location in the tree.
override
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}) 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