applyDisableDepth method
Implementation
NeumorphicStyle applyDisableDepth() {
if (disableDepth == true) {
return this.copyWith(depth: 0);
} else {
return this;
}
}
NeumorphicStyle applyDisableDepth() {
if (disableDepth == true) {
return this.copyWith(depth: 0);
} else {
return this;
}
}