prop_toolbarOptions property

  1. @protected
  2. @nonVirtual
ToolbarOptions? prop_toolbarOptions
inherited

Implementation

@protected
@nonVirtual
ToolbarOptions? get prop_toolbarOptions {
  if (!this._$rxProp_toolbarOptions.wasInit()) {
    this
        ._$rxProp_toolbarOptions
        .setValue(this.widget.$getProp("toolbarOptions"));
  }
  return this._$rxProp_toolbarOptions.getValue();
}