SheetAnimatedWidget<StateType> constructor
const
SheetAnimatedWidget<StateType> ({
- required StateType defaultState,
- Key? key,
Constructs a SheetAnimatedWidget.
defaultState: The initial or fallback state for the component.
Implementation
const SheetAnimatedWidget({required this.defaultState, super.key});