dense constant

EdgeInsets const dense

Dense EdgeInsets to wrap a Widget with.

Implementation

static const dense = EdgeInsets.fromLTRB(8, 4, 8, 4);