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