Memo Details

final in Flutter
you can not use the "=" to assign a value in a final more than one time.
And you if you need to change the value using "=" more than one time, then you need to choose a var type.
Mody