screenInsetsComfortable constant

EdgeInsets const screenInsetsComfortable

Slightly more spacious page padding.

Implementation

static const EdgeInsets screenInsetsComfortable = EdgeInsets.symmetric(
  horizontal: s20,
);