DevicePreviewStyle constructor

const DevicePreviewStyle({
  1. required BoxDecoration background,
  2. required DevicePreviewToolBarStyle toolBar,
})

Implementation

const factory DevicePreviewStyle({
  required BoxDecoration background,
  required DevicePreviewToolBarStyle toolBar,
}) = _DevicePreviewStyle;