setBuffer abstract method
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);