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