add shape picker for backgrounds
This commit is contained in:
@@ -7,16 +7,10 @@
|
||||
|
||||
import SwiftUI
|
||||
|
||||
enum ViewType: Hashable {
|
||||
case cicle
|
||||
case square
|
||||
case text(String)
|
||||
}
|
||||
|
||||
protocol ChartViewItemBuildable: View {
|
||||
var color: Color { get }
|
||||
var weekDay: Int { get }
|
||||
var viewType: ViewType { get }
|
||||
var shape: BGShape { get }
|
||||
|
||||
init(color: Color, weekDay: Int, viewType: ViewType)
|
||||
init(color: Color, weekDay: Int, shape: BGShape)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user