dialogState constructor
dialogState({
- AnimationController? animation,
- required OverlayEntry state,
Implementation
dialogState({
this.animation,
required this.state,
});