loadingDuration property
duration for show loading, must set showLoading true
if null, then will be set Duration(milliseconds: 1200)
Implementation
final Duration? loadingDuration;
duration for show loading, must set showLoading true
if null, then will be set Duration(milliseconds: 1200)
final Duration? loadingDuration;