Open OtmaniCodes opened 2 years ago
This PR is for fixing the error/red screen that comes up because of giving a List<Widget?> to the Stackwidget that takes a List<Widget>
List<Widget?>
Stack
List<Widget>
@AhmedCodor Thanks bro, I use your forked repo, and work fine on my app 👍
This PR is for fixing the error/red screen that comes up because of giving a
List<Widget?>
to theStack
widget that takes aList<Widget>