You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
When instantiating the RoundedExpansionTile class without specifying the children member, a _CastError is thrown:
The following _CastError was thrown building RoundedExpansionTile(dirty, dependencies: [_EffectiveTickerMode], state: _RoundedExpansionTileState#b73e5(tickers: tracking 2 tickers)):
Null check operator used on a null value
When instantiating the original ExpansionTile class, one can omit the children member at first, so I thought it would be nice to have the same behaviour. The error can easily be prevented by changing
When instantiating the RoundedExpansionTile class without specifying the children member, a _CastError is thrown:
When instantiating the original ExpansionTile class, one can omit the children member at first, so I thought it would be nice to have the same behaviour. The error can easily be prevented by changing
to
in line 198 of rounded_expansion_tile.dart.
The text was updated successfully, but these errors were encountered: