type property

Gets the classification and default behavior of the button.

MDN Reference

Implementation

_i3.TypeOptions get type => _i3.TypeOptions.values.byName(_i4.getProperty(
      this,
      'type',
    ));
void type=(TypeOptions value)

Implementation

set type(_i3.TypeOptions value) {
  _i4.setProperty(
    this,
    'type',
    value.name,
  );
}