@pragma('vm:prefer-inline') @pragma('wasm:prefer-inline') @pragma('dart2js:prefer-inline') String scrollRight([int count = 1]) => '${csi}A' * count;