Flutter
widgets
AnimatedCrossFade
firstCurve property
firstCurve
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
firstCurve property
Curve
firstCurve
final
The fade curve of the first child.
Defaults to
Curves.linear
.
Implementation
final Curve firstCurve