IntroStatus constructor

IntroStatus({
  1. required bool isOpen,
})

Implementation

IntroStatus({
  required this.isOpen,
});