tilt property
num?
get
tilt
Implementation
num? get tilt => _getTilt();
set
tilt
(num? tilt)
Implementation
set tilt(num? tilt) => _setTilt(tilt);