forward property

bool? forward
final

It is used to animate between firstChild and secondChild value true will show first child and false will show secondChild

Implementation

final bool? forward;