MainScreenUpdate constructor

const MainScreenUpdate({
  1. Key? key,
  2. required Service service,
})

Implementation

const MainScreenUpdate({Key? key, required this.service}) : super(key: key);