PlayerSkeleton constructor

const PlayerSkeleton({
  1. Key? key,
  2. double aspectRatio = 16 / 9,
  3. bool showCenterPlaceholder = true,
})

Implementation

const PlayerSkeleton({
  super.key,
  this.aspectRatio = 16 / 9,
  this.showCenterPlaceholder = true,
});