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