WindowResizeEdge
Edge or corner used by flet.Window.start_resizing.
The selected value defines which resize handle is used when initiating native window resizing programmatically.
Inherits: enum.Enum
Properties
BOTTOM- Bottom edge.BOTTOM_LEFT- Bottom-left corner.BOTTOM_RIGHT- Bottom-right corner.LEFT- Left edge.RIGHT- Right edge.TOP- Top edge.TOP_LEFT- Top-left corner.TOP_RIGHT- Top-right corner.
Properties
BOTTOMclass-attributeinstance-attribute
Bottom edge.