Center constructor

const Center({
  1. Key? key,
  2. required Component child,
})

Implementation

const Center({super.key, required this.child});