elevation method
Implementation
DefineMImageModifier elevation([double value = 10.0]) {
return this.copyWith(valueMaterialElevation: value);
}
DefineMImageModifier elevation([double value = 10.0]) {
return this.copyWith(valueMaterialElevation: value);
}