yak_widgets library

Classes

Damper
a ready to use widget that listens to a ValueNotifier to animate in and out the screen
FocusedIndexList
a widget that allows to select an action according to an index
Handedness
a ready to use Positioned that changes according tohandednessPod state
Initializer
a widget that provides a loading screen
a ready to use widget that changes sidebarPod state

Typedefs

FocusedIndexItemBuilder = Widget Function(BuildContext context, int index, bool selected)
a widget builder for FocusedIndexList
FractionalIndexItemBuilder = Widget Function(BuildContext context, double fraction)
a widget builder for FractionalIndexItemBuilder
OnIndexChanged = void Function(int)
a function to trigger on a new index
OnScroll = void Function(bool)
a typedef for a callback that returns true for a scroll forward false for a scroll backward