ShadowDtoImpl<Self extends ShadowDtoImpl<Self, Value>, Value extends Shadow> constructor

const ShadowDtoImpl<Self extends ShadowDtoImpl<Self, Value>, Value extends Shadow>({
  1. double? blurRadius,
  2. ColorDto? color,
  3. Offset? offset,
})

Implementation

const ShadowDtoImpl({this.blurRadius, this.color, this.offset});