PrimaryLayout constructor
PrimaryLayout({
- TileWidget? body,
- TileWidget? chip,
- TileWidget? title,
- TileWidget? subtitle,
Implementation
PrimaryLayout({
this.body,
this.chip,
this.title,
this.subtitle,
});