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