foundation library

Classes

YaruClip
A widget that clips its child using a custom clipper.
YaruEntrySegment
YaruEnumSegment<T extends Enum>
YaruNumericSegment
YaruPageController
YaruSegmentedEntryController
A controller for a YaruSegmentedEntry.
YaruStringSegment
Represents a single segment of a YaruSegmentedEntry. You can listen for text and input change using addListener.
YaruWindow
Provides access to the closest top-level window instance that encloses the given context.
YaruWindowInstance
A top-level window instance.
YaruWindowState
The state of a window.

Enums

YaruDiagonalClip
Describe the position of a diagonal clip.
YaruSegmentEventReturnAction

Typedefs

YaruNumericSegmentCallback = int? Function(String? input, int? value, int? oldValue)?
YaruSegmentInputFormatter = String Function(String? segmentInput, int minLength, int? maxLength)