Privacy constructor

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

Implementation

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