duration property

Duration? duration
final

The duration of the toast. Default to 4 seconds. If this is Duration.zero, it will never be dismissed and needs to be dismissed manually.

See this for more info

Implementation

final Duration? duration;