columnTranslationCurve property

ValueNotifier<Curve> columnTranslationCurve
final

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;