7 lines
92 B
Go
7 lines
92 B
Go
package naive
|
|
|
|
type StackView struct {
|
|
Children []View
|
|
Orientation LayoutOrientation
|
|
}
|