l16 constant

EdgeInsets const l16

Left offset only

Implementation

static const EdgeInsets l16 = EdgeInsets.only(
  left: 16,
);