fadePositionType property

FadePositionType? fadePositionType
final

fadePositionType the postion of effect based in your choice.

Usage:

  • You will need to use this parameter when effectType == FADE.

Important:

  • fadePositionType can't be null when effectType.FADE is selected.
  • If you try call multiples positions will throw a error.

Implementation

final FadePositionType? fadePositionType;