SheetAnimatedWidget<StateType> constructor

const SheetAnimatedWidget<StateType>({
  1. required StateType defaultState,
  2. Key? key,
})

Constructs a SheetAnimatedWidget.

  • defaultState: The initial or fallback state for the component.

Implementation

const SheetAnimatedWidget({required this.defaultState, super.key});