PlayerLoading constructor

const PlayerLoading({
  1. Key? key,
  2. required FlutterNativeGetxController controller,
})

Implementation

const PlayerLoading({Key? key, required this.controller}) : super(key: key);