Set background color of detail page to black
This commit is contained in:
parent
5bda9a0457
commit
32000499b5
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ class _DetailPageState extends State<DetailPage> {
|
|||
child: _buildPageView(),
|
||||
),
|
||||
),
|
||||
backgroundColor: Colors.black,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue