Tile constructor
Tile({})
Implementation
Tile({
required this.label,
required this.tileStatus,
this.contentDescription,
this.stateDescription,
this.drawableName,
this.subtitle,
});
Tile({
required this.label,
required this.tileStatus,
this.contentDescription,
this.stateDescription,
this.drawableName,
this.subtitle,
});