buttons property
List<QuickInputButton>
get
buttons
Buttons for actions in the UI.
Implementation
_i2.List<_i3.QuickInputButton> get buttons => (_i5.getProperty(
this,
'buttons',
) as _i2.List)
.cast();
set
buttons
(List<QuickInputButton> value)
Implementation
set buttons(_i2.List<_i3.QuickInputButton> value) {
_i5.setProperty(
this,
'buttons',
value,
);
}