Flutter
widgets
AnimatedCrossFade
secondCurve property
secondCurve
AnimatedCrossFade class
Constructors
AnimatedCrossFade
Properties
alignment
crossFadeState
duration
firstChild
firstCurve
layoutBuilder
secondChild
secondCurve
sizeCurve
hashCode
key
runtimeType
Methods
createState
debugFillProperties
createElement
debugDescribeChildren
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==
Static methods
defaultLayoutBuilder
secondCurve property
Curve
secondCurve
final
The fade curve of the second child.
Defaults to
Curves.linear
.
Implementation
final Curve secondCurve