我想更改此屏幕截图中的黑色背景。我使用的是flutter_zoom_drawer软件包。
elcex8rz1#
您可以将您的颜色设定为ZoomDrawer类别的menuBackgroundColor属性,如下所示:
menuBackgroundColor
ZoomDrawer(menuBackgroundColor: <your color>);
示例:
ZoomDrawer(menuBackgroundColor: Colors.red);
1条答案
按热度按时间elcex8rz1#
您可以将您的颜色设定为ZoomDrawer类别的
menuBackgroundColor
属性,如下所示:示例: