cellPadding constant

EdgeInsets const cellPadding

Implementation

static const cellPadding = EdgeInsets.only(
  top: 6.0,
  bottom: 6.0,
  right: 12.0,
);