enter image description here
enter image description here
enter image description here
当我试图使用没有应用程序栏的抽屉时,我会出现这个错误。
错误:无法无条件调用方法“openDrawer”,因为接收器可以为“null”。
我尝试了很多解决方案,但没有一个奏效。
enter image description here
enter image description here
enter image description here
当我试图使用没有应用程序栏的抽屉时,我会出现这个错误。
错误:无法无条件调用方法“openDrawer”,因为接收器可以为“null”。
我尝试了很多解决方案,但没有一个奏效。
1条答案
按热度按时间zbdgwd5y1#
您可以使用
Scaffold.of(context).openDrawer()
,如果您将其放在同一个小部件中,请使用Builder
。