Set background color of detail page to black

This commit is contained in:
Vishnu Mohandas 2020-06-20 15:36:55 +05:30
parent 5bda9a0457
commit 32000499b5

View file

@ -50,6 +50,7 @@ class _DetailPageState extends State<DetailPage> {
child: _buildPageView(),
),
),
backgroundColor: Colors.black,
);
}