columnTranslationDuration property

ValueNotifier<ColumnTranslationDurationFunctor> columnTranslationDuration
final

Contains a function that is called to determine a duration of the translation animation when a column gets moved. That allows for the duration to depend on the distance to travel.

Can be changed at any time but ongoing animations will not respect the change.

Implementation

final ValueNotifier<ColumnTranslationDurationFunctor>
    columnTranslationDuration;