ShakeAnimation class

Inheritance
Available extensions

Constructors

ShakeAnimation({Key? key, required Widget child, required dynamic onInit(AnimationController), double animationWidth = 10, Duration animationDuration = const Duration(milliseconds: 370)})
const

Properties

animationDuration Duration
final
animationWidth double
final
child Widget
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
onInit → dynamic Function(AnimationController)
This callback return the used AnimationController. Them assign this controller to your external controller to handle the animation.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
withRevealAnimation Widget

Available on Widget, provided by the WidgetExtension extension

no setter

Methods

ap(double padding) Widget

Available on Widget, provided by the WidgetExtension extension

All padding
bp(double padding) Widget

Available on Widget, provided by the WidgetExtension extension

Bottom padding
createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<ShakeAnimation>
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
expanded() Widget

Available on Widget, provided by the WidgetExtension extension

flexible() Widget

Available on Widget, provided by the WidgetExtension extension

hp(double padding) Widget

Available on Widget, provided by the WidgetExtension extension

Horizontal padding
lp(double padding) Widget

Available on Widget, provided by the WidgetExtension extension

Left padding
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rp(double padding) Widget

Available on Widget, provided by the WidgetExtension extension

Right padding
sp(double verticalPadding, double horizontalPadding) Widget

Available on Widget, provided by the WidgetExtension extension

Symmetric padding (vertical padding, horizontal padding)
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
tp(double padding) Widget

Available on Widget, provided by the WidgetExtension extension

Top padding
vp(double padding) Widget

Available on Widget, provided by the WidgetExtension extension

Vertical padding
withDelayedRevealAnimation(Duration duration) Widget

Available on Widget, provided by the WidgetExtension extension

withShakeAnimation(dynamic onInit(AnimationController), {Duration animationDuration = const Duration(milliseconds: 370), double animationWidth = 10}) Widget

Available on Widget, provided by the WidgetExtension extension

Operators

operator ==(Object other) bool
The equality operator.
inherited