I noticed the more you got variables in your statefulWidget, the more the setState function takes time to complete. Making the app kinda slow, and this is quite annoying.
Is there a way to change state for Only one variable, please? I mean something like this:
setState(...varToUpdate)