getBoolInput method

SMIBool? getBoolInput(
  1. String name,
  2. String path
)

Find a boolean input with a given name on a nested artboard at path.

Implementation

SMIBool? getBoolInput(String name, String path) =>
    findSMI<SMIBool>(name, path);