nullableDisableAnimations property

bool? nullableDisableAnimations

Returns whether to disable animations for the nearest MediaQuery ancestor or null if no such ancestor exists.

Implementation

bool? get nullableDisableAnimations =>
    MediaQuery.maybeDisableAnimationsOf(this);