vibrateTimingsMillis property
Sets the vibration pattern to use. Pass in an array of milliseconds to
turn the vibrator on or off. The first value indicates the duration to wait before
turning the vibrator on. The next value indicates the duration to keep the
vibrator on. Subsequent values alternate between duration to turn the vibrator
off and to turn the vibrator on. If vibrate_timings
is set and default_vibrate_timings
is set to true
, the default value is used instead of the user-specified vibrate_timings
.
Implementation
final List<String>? vibrateTimingsMillis;