vibrationPattern property

Int64List? vibrationPattern
final

Configures the vibration pattern.

Requires setting enableVibration to true for it to work. For Android 8.0 or newer, this is tied to the specified channel and cannot be changed after the channel has been created for the first time.

Implementation

final Int64List? vibrationPattern;