Loading constructor

const Loading({
  1. Key? key,
  2. required String terminal,
  3. required String level,
})

Implementation

const Loading({Key? key, required this.terminal, required this.level})
    : super(key: key);