Background constructor

Background({
  1. Widget? child,
  2. Color backgroundColor = Colors.transparent,
})

Implementation

Background({this.child, this.backgroundColor = Colors.transparent});