Background constructor

Background({
  1. required Color backgroundColor,
  2. required Color navigationBarBackgroundColor,
})

Implementation

Background({
  required this.backgroundColor,
  required this.navigationBarBackgroundColor,
});