themeAnimationDuration property

  1. @Deprecated('Should not be an exposed property')
Duration get themeAnimationDuration
inherited

Implementation

@Deprecated('Should not be an exposed property')
Duration get themeAnimationDuration =>
    _themeAnimationDuration ??
    onThemeAnimationDuration() ??
    const Duration(milliseconds: 200);