tableRowDefaultAnimatedSwitcherTransitionBuilder top-level constant

AnimatedSwitcherTransitionBuilder const tableRowDefaultAnimatedSwitcherTransitionBuilder

This function is meant to reflect the behavior of the AnimatedSwitcher.defaultTransitionBuilder with the only difference being that is may only be used as a transition builder for AnimatedSwitchers wrapping TableView rows.

Keep in mind that the regular one will not work for that purpose.

Implementation

const AnimatedSwitcherTransitionBuilder
    tableRowDefaultAnimatedSwitcherTransitionBuilder =
    _tableRowDefaultAnimatedSwitcherTransitionBuilder;