rotateOut property

bool rotateOut
final

Controls whether the text:

  • rotates in and out (true), or
  • just rotates in (false).

Note that you may want to adjust the duration when mixing RotateAnimatedText instances with mixed rotateOut values.

By default, it is set to true.

Implementation

final bool rotateOut;