PrimaryLayout constructor

PrimaryLayout({
  1. TileWidget? body,
  2. TileWidget? chip,
  3. TileWidget? title,
  4. TileWidget? subtitle,
})

Implementation

PrimaryLayout({
  this.body,
  this.chip,
  this.title,
  this.subtitle,
});