artboardBounds property

set artboardBounds (AABB value())

Implementation

set artboardBounds(AABB Function() value) {
  // Plain assignment: bounds are read live during the semantics build,
  // so a new (equivalent) closure needs no invalidation. Freshness
  // comes from tree changes and relayout, which already mark
  // semantics dirty.
  _artboardBounds = value;
}