ToggleEventInit constructor

ToggleEventInit({
  1. bool bubbles,
  2. bool cancelable,
  3. bool composed,
  4. String oldState,
  5. String newState,
})

Implementation

external factory ToggleEventInit({
  bool bubbles,
  bool cancelable,
  bool composed,
  String oldState,
  String newState,
});