BoxShadow constructor Null safety

const BoxShadow(
  1. {Color color,
  2. Offset offset,
  3. double blurRadius,
  4. double spreadRadius,
  5. BlurStyle blurStyle}
)

Implementation

const factory BoxShadow(
    {final Color color,
    final Offset offset,
    final double blurRadius,
    final double spreadRadius,
    final BlurStyle blurStyle}) = _$BoxShadow;