BackgroundWrapper constructor

const BackgroundWrapper({
  1. required Widget child,
})

Implementation

const BackgroundWrapper({required this.child});