gzx_dropdown_menu icon indicating copy to clipboard operation
gzx_dropdown_menu copied to clipboard

Field '_maskColorOpacity@1172011985' has not been initialized

Open maomao1020 opened this issue 2 years ago • 1 comments

The following LateError was thrown building GZXDropDownMenu(dirty, dependencies: [_EffectiveTickerMode, MediaQuery], state: _GZXDropDownMenuState#610c4(ticker inactive)): LateInitializationError: Field '_maskColorOpacity@1172011985' has not been initialized.

maomao1020 avatar Aug 14 '21 02:08 maomao1020

In my case the error appears when trying to hide the menu when moving between options of the bottomNavigationBar. So i change the code asking if menu is showing before try to hide.

  if ( _dropdownMenuController.isShow ) {
    _dropdownMenuController.hide();
  }

hpsaah avatar Oct 06 '21 03:10 hpsaah