mirror of
https://github.com/ImranR98/Obtainium.git
synced 2026-08-04 11:23:01 -04:00
The model stores belowWidgets as List<dynamic> but the helper parameter was typed List<Widget>. Changed _buildHelpSuffixIcon parameter to List<dynamic> and use .cast<Widget>() when passing to showHelpDialog.