multi_state_sheet/animated_state_components/sheet_base_components library
Classes
-
MultiStateSheetBuilder<
StateType> - A widget that builds a sheet component based on a given builder function.
-
SheetAnimatedStatefulWidget<
StateType> - A base class for creating sheet's state aware stateful animated widgets.
-
SheetAnimatedWidget<
StateType> - A base class for creating sheet's state aware stateless animated widget.
Typedefs
-
MultiStateSheetAnimatedWidgetBuilder<
StateType> = Widget Function(BuildContext context, StateType state, double interpolation, Widget? child) - A function type used to build sheet's state aware animated widgets.