File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ public struct Appearance {
9292 public var indicatorAppearance: DragIndicatorView.Appearance?
9393 /// Appearance of the sheet header view.
9494 public var headerAppearance: SheetHeaderView.Appearance?
95- /// Bottom sheet layout properties such as corner radius.. Default is `.default`.
95+ /// Bottom sheet layout properties such as corner radius. Default is `.default`.
9696 public let layout: Layout
9797 /// Bottom sheet's shadow. Default is `nil` (no shadow).
9898 public let elevation: Elevation?
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ extension BottomSheetController {
1616 public var indicatorAppearance : DragIndicatorView . Appearance ?
1717 /// Appearance of the sheet header view. Default is `.default`.
1818 public var headerAppearance : SheetHeaderView . Appearance ?
19- /// Bottom sheet layout properties such as corner radius.. Default is `.default`.
19+ /// Bottom sheet layout properties such as corner radius. Default is `.default`.
2020 public var layout : Layout
2121 /// Bottom sheet's shadow. Default is `nil` (no shadow).
2222 public var elevation : Elevation ?
You can’t perform that action at this time.
0 commit comments