PreOrderCallback typedef

PreOrderCallback = bool Function<O extends Rect>(O bounds)

Implementation

typedef PreOrderCallback = bool Function<O extends Rect>(O bounds);