TabletView constructor

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

properties fot tablet view

Implementation

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