BackgroundColor constructor

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

Implementation

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