asUIRect property

Rect get asUIRect

Implementation

ui.Rect get asUIRect {
  var r = ui.Rect.fromLTWH(
      x.toDouble(), y.toDouble(), width.toDouble(), height.toDouble());
  return r;
}