Hello im new in dart language, is someone can help me to write this condition better, it works but it's a lot repetitive and i feel theres a better ways to write it :
if (var1 != null || var2 != null || var3 != null || var4 != null || var5 != null){ ShowMyWidget }
thank you.