comfortable constant

VisualDensity const comfortable

The profile for a "comfortable" interpretation of VisualDensity.

Individual components will interpret the density value independently, making themselves more visually dense than standard and less dense than compact to different degrees based on the Material Design specification of the "comfortable" setting for their particular use case.

It corresponds to a density value of -1 in both axes.

Implementation

static const VisualDensity comfortable = VisualDensity(horizontal: -1.0, vertical: -1.0);