Tranx class

Tranx ~ AnimatedWidget and Tween configuration class All commands are fixed and instantaneous.

Inheritance

Constructors

Tranx({Key? key})

Properties

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

Methods

animate({Tween<double>? scale, Tween<Offset>? translate, Tween<double>? height, Tween<double>? width, Tween<double>? rotation, Tween<double>? opacity, Tween<Config<Config<dynamic, ConfigIN, ConfigOUT>, ConfigIN, ConfigOUT>>? configTween}) Tranx
animation(Animation<double>? animation) Tranx
call() TranxOUT
subclass should override this method to define the associated ConfigOUT. of the Call this method to get an instance of the associated ConfigOUT data.
inherited
child(Widget child) Tranx
@fixed ~ set child
inherited
copy<Type>(Tranx t) Tranx
inherited
createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createNew() Tranx
override
createState() ConfigState<Tranx, TranxIN, TranxOUT>
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
decor(DecorConfig<DecorConfig<dynamic, DecorConfigIN, DecorConfigOUT>, DecorConfigIN, DecorConfigOUT> begin, DecorConfig<DecorConfig<dynamic, DecorConfigIN, DecorConfigOUT>, DecorConfigIN, DecorConfigOUT> end) Tranx
fade(double begin, double end) Tranx
height(double begin, double end, [Alignment alignment = Alignment.center]) Tranx
ink(InkwellConfig<InkwellConfig<dynamic, InkwellConfigIN, InkwellConfigOUT>, InkwellConfigIN, InkwellConfigOUT> begin, InkwellConfig<InkwellConfig<dynamic, InkwellConfigIN, InkwellConfigOUT>, InkwellConfigIN, InkwellConfigOUT> end) Tranx
media(PhotoConfig<PhotoConfig<dynamic, PhotoConfigIN, PhotoConfigOUT>, PhotoConfigIN, PhotoConfigOUT> begin, PhotoConfig<PhotoConfig<dynamic, PhotoConfigIN, PhotoConfigOUT>, PhotoConfigIN, PhotoConfigOUT> end) Tranx
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
radii(RadiiConfig<RadiiConfig<dynamic, RadiiConfigIN, RadiiConfigOUT>, RadiiConfigIN, RadiiConfigOUT> begin, RadiiConfig<RadiiConfig<dynamic, RadiiConfigIN, RadiiConfigOUT>, RadiiConfigIN, RadiiConfigOUT> end) Tranx
resolve<Type>(dynamic data, Symbol tag) Tranx
inherited
rotate(double begin, double end) Tranx
scale(double begin, double end, [Alignment alignment = Alignment.center]) Tranx
size(Size begin, Size end, [Alignment alignment = Alignment.center]) Tranx
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
translate(Offset begin, Offset end) Tranx
txt(TxtConfig<TxtConfig<dynamic, TxtConfigIN, TxtConfigOUT>, TxtConfigIN, TxtConfigOUT> begin, TxtConfig<TxtConfig<dynamic, TxtConfigIN, TxtConfigOUT>, TxtConfigIN, TxtConfigOUT> end) Tranx
umbra(UmbraConfig<UmbraConfig<dynamic, UmbraConfigIN, UmbraConfigOUT>, UmbraConfigIN, UmbraConfigOUT> begin, UmbraConfig<UmbraConfig<dynamic, UmbraConfigIN, UmbraConfigOUT>, UmbraConfigIN, UmbraConfigOUT> end) Tranx
update(TranxIN change(TranxIN data)) Tranx
inherited
width(double begin, double end, [Alignment alignment = Alignment.center]) Tranx
x3D(X3DConfig<X3DConfig<dynamic, X3DConfigIN, X3DConfigOUT>, X3DConfigIN, X3DConfigOUT> begin, X3DConfig<X3DConfig<dynamic, X3DConfigIN, X3DConfigOUT>, X3DConfigIN, X3DConfigOUT> end) Tranx

Operators

operator *(double operand) Tranx
inherited
operator +(Tranx operand) Tranx
inherited
operator -(Tranx operand) Tranx
inherited
operator ==(Object other) bool
The equality operator.
inherited