Configuration constructor

Configuration({
  1. Desktop? desktop,
  2. Desktop? mobile,
})

Implementation

Configuration({this.desktop, this.mobile});