SocialReactionCollectionState class

Inheritance
Mixed in types

Properties

animControlBox AnimationController
getter/setter pair
animControlBoxWhenDragOutside AnimationController
getter/setter pair
animControlBtnLongPress AnimationController
getter/setter pair
animControlBtnShortPress AnimationController
getter/setter pair
animControlIconWhenDrag AnimationController
getter/setter pair
animControlIconWhenDragInside AnimationController
getter/setter pair
animControlIconWhenDragOutside AnimationController
getter/setter pair
animControlIconWhenRelease AnimationController
getter/setter pair
audioPlayer ↔ AudioPlayer
getter/setter pair
context BuildContext
The location in the tree where this widget builds.
no setterinherited
currentIconFocus int
getter/setter pair
durationAnimationBox int
getter/setter pair
durationAnimationBtnLongPress int
getter/setter pair
durationAnimationBtnShortPress int
getter/setter pair
durationAnimationIconWhenDrag int
getter/setter pair
durationAnimationIconWhenRelease int
getter/setter pair
durationLongPress Duration
getter/setter pair
fadeInBox Animation
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
holdTimer Timer
getter/setter pair
isDragging bool
getter/setter pair
isDraggingOutside bool
getter/setter pair
isJustDragInside bool
getter/setter pair
isLiked bool
getter/setter pair
isLongPress bool
getter/setter pair
mounted bool
Whether this State object is currently in a tree.
no setterinherited
moveLeftIconAngryWhenRelease Animation
getter/setter pair
moveLeftIconHahaWhenRelease Animation
getter/setter pair
moveLeftIconLikeWhenRelease Animation
getter/setter pair
moveLeftIconLoveWhenRelease Animation
getter/setter pair
moveLeftIconSadWhenRelease Animation
getter/setter pair
moveLeftIconWowWhenRelease Animation
getter/setter pair
moveRightGroupIcon Animation
getter/setter pair
moveUpIconWhenRelease Animation
getter/setter pair
previousIconFocus int
getter/setter pair
pushIconAngryUp Animation
getter/setter pair
pushIconHahaUp Animation
getter/setter pair
pushIconLikeUp Animation
getter/setter pair
pushIconLoveUp Animation
getter/setter pair
pushIconSadUp Animation
getter/setter pair
pushIconWowUp Animation
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tiltIconLikeInBtn Animation
getter/setter pair
tiltIconLikeInBtn2 Animation
getter/setter pair
whichIconUserChoose int
getter/setter pair
widget SocialReactionCollection
The current configuration.
no setterinherited
zoomBoxIcon Animation
getter/setter pair
zoomBoxWhenDragOutside Animation
getter/setter pair
zoomIconAngry Animation
getter/setter pair
zoomIconChosen Animation
getter/setter pair
zoomIconHaha Animation
getter/setter pair
zoomIconLike Animation
getter/setter pair
zoomIconLikeInBtn Animation
getter/setter pair
zoomIconLikeInBtn2 Animation
getter/setter pair
zoomIconLove Animation
getter/setter pair
zoomIconNotChosen Animation
getter/setter pair
zoomIconSad Animation
getter/setter pair
zoomIconWhenDragInside Animation
getter/setter pair
zoomIconWhenDragOutside Animation
getter/setter pair
zoomIconWhenRelease Animation
getter/setter pair
zoomIconWow Animation
getter/setter pair
zoomTextLikeInBtn Animation
getter/setter pair

Methods

activate() → void
Called when this object is reinserted into the tree after having been removed via deactivate.
inherited
build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createTicker(TickerCallback onTick) Ticker
Creates a ticker with the given callback.
inherited
deactivate() → void
Called when this object is removed from the tree.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
didChangeDependencies() → void
Called when a dependency of this State object changes.
inherited
didUpdateWidget(covariant SocialReactionCollection oldWidget) → void
Called whenever the widget configuration changes.
inherited
dispose() → void
Called when this object is removed from the tree permanently.
override
getColorBorderBtn() Color
getColorTextBtn() Color
getImageIconBtn() String
getTextBtn() String
getTintColorIconBtn() Color?
handleOutputRangeTiltIconLike(double value) double
handleOutputRangeZoomInIconLike(double value) double
handleWhenDragBetweenIcon(int currentIcon) → void
initAnimationBoxAndIcons() → dynamic
initAnimationBoxWhenDragOutside() → dynamic
initAnimationBtnLike() → dynamic
initAnimationIconWhenDrag() → dynamic
initAnimationIconWhenDragInside() → dynamic
initAnimationIconWhenDragOutside() → dynamic
initAnimationIconWhenRelease() → dynamic
initState() → void
Called when this object is inserted into the tree.
override
loadAsset(String nameSound) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onHorizontalDragEndBoxIcon(DragEndDetails dragEndDetail) → void
onHorizontalDragUpdateBoxIcon(DragUpdateDetails dragUpdateDetail) → void
onTapBtn() → void
onTapDownBtn(TapDownDetails tapDownDetail) → void
onTapUpBtn(TapUpDetails? tapUpDetail) → void
playSound(String nameSound) Future
under construction this sides sound effect is not fully functional
processTopPosition(double value) double
reassemble() → void
Called whenever the application is reassembled during debugging, for example during hot reload.
inherited
renderBox() Widget
renderBtnLike() Widget
renderIcons() Widget
setForwardValue() → void
setReverseValue() → void
setState(VoidCallback fn) → void
Notify the framework that the internal state of this object has changed.
inherited
showBox() → void
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
toStringShort() String
A brief description of this object, usually just the runtimeType and the hashCode.
inherited

Operators

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