foundation library
Low-level utilities and services.
Classes
- FChangeNotifier
- A ChangeNotifier that provides additional life-cycle tracking capabilities.
- FPortal
- A portal renders a follower widget that "floats" on top of a target widget.
-
FValueNotifier<
T> - A ValueNotifier that provides additional life-cycle tracking capabilities.
Enums
- Layout
- Possible way to layout a sequence of items.
Extensions
- FPortalFollowerShift on Never
- Provides various follower shifting strategies for when a follower overflows out of the viewport.
Typedefs
- FPortalFollower = ({Alignment anchor, Size size})
- A portal's follower.
- FPortalTarget = ({Alignment anchor, Offset offset, Size size})
- A portal's target.