inputBackgroundLocal property
A background from a local file
Implementation
InputBackgroundLocal? get inputBackgroundLocal {
if (this is InputBackgroundLocal) {
return this as InputBackgroundLocal;
}
return null;
}
A background from a local file
InputBackgroundLocal? get inputBackgroundLocal {
if (this is InputBackgroundLocal) {
return this as InputBackgroundLocal;
}
return null;
}