late modifier can be used while declaring a non-nullable variable that’s initialized after its declaration . Declaration of variables that will be initialize later is done using late modifier.
How do you use the late modifier on a Flutter?
late modifier can be used while declaring a non-nullable variable that’s initialized after its declaration . Declaration of variables that will be initialize later is done using late modifier.