forward property
It is used to animate between firstChild and secondChild
value true
will show first child and false
will show secondChild
Implementation
final bool? forward;
It is used to animate between firstChild and secondChild
value true
will show first child and false
will show secondChild
final bool? forward;