HorizontalLineView
struct HorizontalLineView : View
Undocumented
-
binding variable to hold the divider width
Declaration
Swift
@Binding var dividerWidth: CGFloat { get nonmutating set } -
binding variable to hold line y-axis position
Declaration
Swift
@Binding var lineYOffsetPosition: CGFloat { get nonmutating set } -
options for customizing line with either
defaultsor customwidthandColorDeclaration
Swift
var options: StepperLineOptions -
provides the content and behavior of this view.
Declaration
Swift
var body: some View { get }
HorizontalLineView Structure Reference