r8 constant

EdgeInsets const r8

Right offset only

Implementation

static const EdgeInsets r8 = EdgeInsets.only(
  right: 8,
);