DesktopView constructor

const DesktopView({
  1. double previewSize = 70,
  2. double sideBarWidth = 250,
  3. bool fullAppBar = true,
  4. BorderSide border = const BorderSide(width: 1, color: Colors.black),
})

properties for desktop

Implementation

const DesktopView({
  this.previewSize = 70,
  this.sideBarWidth = 250,
  this.fullAppBar = true,
  this.border = const BorderSide(width: 1, color: Colors.black),
});