loadingDuration property

Duration? loadingDuration
final

duration for show loading, must set showLoading true

if null, then will be set Duration(milliseconds: 1200)

Implementation

final Duration? loadingDuration;