ShadowDto constructor

const ShadowDto({
  1. double? blurRadius,
  2. ColorDto? color,
  3. Offset? offset,
})

Implementation

const ShadowDto({super.blurRadius, super.color, super.offset});