foundation library
Low-level utilities and services.
Classes
- FChangeNotifier
- A ChangeNotifier that provides additional life-cycle tracking capabilities.
- FFocusedOutline
- An outline around a focused widget that does not affect its layout.
- FFocusedOutlineStyle
- The FFocusedOutline's style.
- FPortal
- A portal renders a follower widget that "floats" on top of a target widget.
- FTappable
- An area that responds to touch.
-
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.
- FTappableData = ({bool focused, bool hovered})
- The tappable's current data.