FastPrimaryBackgroundContainer constructor

const FastPrimaryBackgroundContainer({
  1. Key? key,
  2. Widget? child,
})

Constructs a FastPrimaryBackgroundContainer with an optional child.

Implementation

const FastPrimaryBackgroundContainer({super.key, this.child});