Phoenix constructor

Phoenix({
  1. Key? key,
  2. required Widget child,
})

Implementation

Phoenix({Key? key, required this.child}) : super(key: key);