CustomPlayerPanel constructor

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

Implementation

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