OpalBackground constructor

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

Implementation

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