Ryan Mentley
06/03/2019, 5:18 PMif
statement:
if (isLandscape) {
ExtraLandscapeElement()
}
It also means that you can condition it on whatever you want - so if you also have a toggle, for instance, you could condition it on that, too, rather than being restricted to only conditioning on config qualifiers.