@coder_isb3a You cannot make something that is variable as a constant, like the context is variable(it varies) and it will change from time to time. Instead make a constants.dart file and just add const variables to it directly, no class required. Correct me if I misunderstood your question.