columnTranslationCurve property
Contains a Curve that is called to determine a rate of change of the translation animation when a column gets moved.
Can be changed at any time but ongoing animations will not respect the change.
Implementation
final ValueNotifier<Curve> columnTranslationCurve;