animateIn property

List<Effect>? animateIn
final

The animation effects when the toast appears. Defaults to alignment-specific slide or fade effects if not specified.

Implementation

final List<Effect<dynamic>>? animateIn;