transformAxis property

String get transformAxis

The axis upon which transforms should occur.

Depends upon orientation of scrollbar.

Implementation

String get transformAxis => _isVertical ? 'Y' : 'X';