Error: The argument type ‘bool?’ can’t be assigned to the parameter type ‘bool’ because ‘bool?’ is nullable and ‘bool’ isn’t
I have a flutter app that is working fine for android. I created an ios project and am trying to run it but am running into the error below: