feathered(padding:softEdgeRadius:)
A feathered background effect with custom padding and soft edge radius.
Declaration
static func feathered(padding length: CGFloat, softEdgeRadius: CGFloat? = nil) -> FeatheredGlassBackgroundEffectParameters
- softEdgeRadius:
When a blur is clipped, the radial size of the blur’s edge. If you set the value to
nil, SwiftUI uses a default amount. The default value of this parameter isnil.
Return Value
A feathered background effect.