forked from aparoksha/adwaita-swift
23 lines
195 B
Markdown
23 lines
195 B
Markdown
**ENUM**
|
|
|
|
# `Edge`
|
|
|
|
The edges for a widget.
|
|
|
|
## Cases
|
|
### `leading`
|
|
|
|
The leading (start) edge.
|
|
|
|
### `trailing`
|
|
|
|
The trailing (end) edge.
|
|
|
|
### `top`
|
|
|
|
The top edge.
|
|
|
|
### `bottom`
|
|
|
|
The bottom edge.
|