CustomCenter constructor

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

Implementation

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