inputBackgroundLocal property

InputBackgroundLocal? inputBackgroundLocal

A background from a local file

Implementation

InputBackgroundLocal? get inputBackgroundLocal {
  if (this is InputBackgroundLocal) {
    return this as InputBackgroundLocal;
  }
  return null;
}