menu
stroke_order_animator package
documentation
strokeOrderAnimationController
StrokeOrderAnimationController
setOutlineColor method
setOutlineColor
brightness_4
setOutlineColor
method
Null safety
void
setOutlineColor
(
Color
value
)
Implementation
void setOutlineColor(Color value) { _outlineColor = value; notifyListeners(); }
stroke_order_animator package
documentation
strokeOrderAnimationController
StrokeOrderAnimationController
setOutlineColor method
StrokeOrderAnimationController class
Constructors
StrokeOrderAnimationController
Properties
brushColor
brushWidth
currentStroke
hashCode
hasListeners
highlightRadical
hintAfterStrokes
hintAnimationController
hintColor
isAnimating
isQuizzing
medianColor
medians
nStrokes
outlineColor
radicalColor
radicalStrokes
runtimeType
showMedian
showOutline
showStroke
showUserStroke
strokeAnimationController
strokeColor
strokeOrder
strokes
summary
Methods
addListener
addOnCorrectStrokeCallback
addOnQuizCompleteCallback
addOnWrongStrokeCallback
animateHint
checkStroke
convertOffsetsToPath
dispose
getAllowedLengthRange
getLength
getNonNullPointsFrom
getStartEndMargin
nextStroke
noSuchMethod
notifyCorrectStrokeCallbacks
notifyListeners
notifyQuizCompleteCallbacks
notifyWrongStrokeCallbacks
previousStroke
removeListener
reset
setBrushColor
setBrushWidth
setHighlightRadical
setHintAfterStrokes
setHintAnimationSpeed
setHintColor
setMedianColor
setOutlineColor
setRadicalColor
setShowMedian
setShowOutline
setShowStroke
setShowUserStroke
setStrokeAnimationSpeed
setStrokeColor
setStrokeOrder
showFullCharacter
startAnimation
startQuiz
stopAnimation
stopQuiz
strokeEndIsWithinMargin
strokeHasRightDirection
strokeIsCorrect
strokeLengthWithinBounds
strokeStartIsWithinMargin
toString
Operators
operator ==