visualDensity property

VisualDensity get visualDensity

Defining the visual density here to so we can change it in one spot when we want to try different options.

Use what you prefer, I just like this one on desktop better than the default one. The default Flutter one is too dense imo.

Only used by example 4.

Implementation

static VisualDensity get visualDensity => FlexColorScheme.comfortablePlatformDensity;