DiaLogSupperAdmin constructor

const DiaLogSupperAdmin({
  1. Key? key,
  2. required String currentRoute,
})

Implementation

const DiaLogSupperAdmin({Key? key, required this.currentRoute}) : super(key: key);