animated property

  1. @JsonKey(toJson: animatedToJson)
bool animated
final

iOS only. For Android consider using QScreenPresentationStyle.noAnimation. Describes whether should transaction be animated or not. Default value is true.

Implementation

@JsonKey(toJson: animatedToJson)
final bool animated;