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