b8 constant

EdgeInsets const b8

Bottom offset only

Implementation

static const EdgeInsets b8 = EdgeInsets.only(
  bottom: 8,
);