isPositionPlaceholder function

bool isPositionPlaceholder(
  1. RenderBox box
)

Implementation

bool isPositionPlaceholder(RenderBox box) {
  return box is RenderPositionPlaceholder;
}