CreationKit Documentation

Structure ToDoCell

public struct ToDoCell: View  
ToDoCell ToDoCell View View ToDoCell->View

Conforms To

View

Initializers

init(title:​name:​date:​background​Color:​)

public init(title: String, name: String, date: Date, backgroundColor: Color)  

Properties

body

public var body: some View