Leave constructor

const Leave({
  1. Key? key,
})

Implementation

const Leave({Key? key}) : super(key: key);