flutter_page_video
flutter_page_video
FadeAnimation
FadeAnimation constructor
FadeAnimation
FadeAnimation class
Constructors
FadeAnimation
Properties
child
duration
hashCode
key
runtimeType
Methods
createState
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==
FadeAnimation constructor
FadeAnimation
(
{
Widget
child
,
Duration
duration
:
const Duration(milliseconds: 500)
})
Implementation
FadeAnimation({this.child, this.duration: const Duration(milliseconds: 500)});