PlexView constructor

const PlexView({
  1. Key? key,
  2. Color loadingBackground = const Color(0x80000000),
})

Implementation

const PlexView({
  super.key,
  this.loadingBackground = const Color(0x80000000),
});