$internalRefreshProps method

void $internalRefreshProps()
inherited

Should not be overridden or used by application code

Implementation

void $internalRefreshProps() {
  super.$internalRefreshProps();

  if (this._$rxProp_selectionHeightStyle.wasInit()) {
    this._$rxProp_selectionHeightStyle.setValue(
        this.widget.$getProp("selectionHeightStyle", BoxHeightStyle.tight));
  }

  if (this._$rxProp_selectionWidthStyle.wasInit()) {
    this._$rxProp_selectionWidthStyle.setValue(
        this.widget.$getProp("selectionWidthStyle", BoxWidthStyle.tight));
  }

  if (this._$rxProp_dragStartBehavior.wasInit()) {
    this._$rxProp_dragStartBehavior.setValue(
        this.widget.$getProp("dragStartBehavior", DragStartBehavior.start));
  }

  if (this._$rxProp_mouseCursor.wasInit()) {
    this._$rxProp_mouseCursor.setValue(this.widget.$getProp("mouseCursor"));
  }
}