AutoScreenTypeLayout constructor

AutoScreenTypeLayout({
  1. required Widget child,
  2. bool useCenter = true,
  3. double? tabletWidth,
  4. double? desktopWidth,
})

Implementation

AutoScreenTypeLayout({
  required this.child,
  this.useCenter = true,
  this.tabletWidth,
  this.desktopWidth,
});