NewsPage constructor

const NewsPage({
  1. Key? key,
})

Ctor.

Implementation

const NewsPage({Key? key}) : super(key: key);