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