setBuffer abstract method

bool setBuffer(
  1. double width,
  2. double height
)

Extra hit-test padding around the model in pixels. Returns true if the operation is successful, false otherwise.

Example:

bool bufOk = m.setBuffer(4.0, 4.0);
print("Model setBuffer: $bufOk");

Implementation

bool setBuffer(double width, double height);