dialogState constructor

dialogState({
  1. AnimationController? animation,
  2. required OverlayEntry state,
})

Implementation

dialogState({
  this.animation,
  required this.state,
});