tilt property

num? tilt

Implementation

num? get tilt => _getTilt();
void tilt=(num? tilt)

Implementation

set tilt(num? tilt) => _setTilt(tilt);