Application's entry-point with custom title.
title
const MainPage({required String title, Key? key}) : _title = title, super(key: key);