successStateDuration property

Duration? successStateDuration
final

The duration of the success state. Defaults to 1 second. If the duration is set to null, the success state will be displayed forever. If the duration is set to Duration.zero, the success state will be displayed for one frame.

Implementation

final Duration? successStateDuration;