DropShadow({int? azimuth, int? elevation, int? spread}) { _azimuth = azimuth; _elevation = elevation; _spread = spread; }