Today I noticed a strange issue that causes all( or multiple) instances of TextFields to take on bold and italic formatting when you change a single encapsulated instance.
You probably need to create separate TextFormat objects for each one. If they share the underlying TextFormat object, changing one will change the others.
Today I noticed a strange issue that causes all( or multiple) instances of TextFields to take on bold and italic formatting when you change a single encapsulated instance.