NewsDetailScreen constructor

NewsDetailScreen(
  1. String title,
  2. String description
)

Implementation

NewsDetailScreen(this.title, this.description);