buttonId property

AssistiveWindowButton get buttonId

The ID of the button

Implementation

AssistiveWindowButton get buttonId =>
    AssistiveWindowButton.fromJS(_wrapped.buttonID);
set buttonId (AssistiveWindowButton v)

Implementation

set buttonId(AssistiveWindowButton v) {
  _wrapped.buttonID = v.toJS;
}