PlayerBuilder constructor
const
PlayerBuilder({})
Implementation
const PlayerBuilder(
{Key? key,
this.child,
required this.player,
required this.builder,
this.shouldRebuild})
: super(key: key);