Ultimator class

Inheritance

Constructors

Ultimator.new({Key? key, required AnimationController controller, double? startTop, double? endTop, double? startLeft, double? endLeft, double? startRight, double? endRight, double? startBottom, double? endBottom, double? startWidth, double? endWidth, double? startHeight, double? endHeight, double? startOpacity, double? endOpacity, double? startScale, double? endScale, double? startRotation, double? endRotation, double? startRotationX, double? endRotationX, double? startRotationY, double? endRotationY, double? startRotationZ, double? endRotationZ, double? startTranslationX, double? endTranslationX, double? startTranslationY, double? endTranslationY, double? startTranslationZ, double? endTranslationZ, Color? startColor, Color? endColor, UltimatorGradiant? gradient, required Widget child})
const

Properties

child Widget
final
controller AnimationController
final
endBottom double?
final
endColor Color?
final
endHeight double?
final
endLeft double?
final
endOpacity double?
final
endRight double?
final
endRotation double?
final
endRotationX double?
final
endRotationY double?
final
endRotationZ double?
final
endScale double?
final
endTop double?
final
endTranslationX double?
final
endTranslationY double?
final
endTranslationZ double?
final
endWidth double?
final
gradient UltimatorGradiant?
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startBottom double?
final
startColor Color?
final
startHeight double?
final
startLeft double?
final
startOpacity double?
final
startRight double?
final
startRotation double?
final
startRotationX double?
final
startRotationY double?
final
startRotationZ double?
final
startScale double?
final
startTop double?
final
startTranslationX double?
final
startTranslationY double?
final
startTranslationZ double?
final
startWidth double?
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() → _StatelessHookElement
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
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