CameraSettingInformationView
@MainActor
struct CameraSettingInformationView : View
This View show the info dialog for all the camera process related setting
-
Description is the description of the dialog view
Declaration
Swift
@State @MainActor var description: String { get nonmutating set }
-
Title is the heading of the setting dialog view
Declaration
Swift
@State @MainActor var title: String { get nonmutating set }
-
Close button for the setting dialog
Declaration
Swift
@MainActor var onCloseButtonClicked: () -> Void
-
Declaration
Swift
@MainActor var body: some View { get }