defaultCellPadding constant

EdgeInsets const defaultCellPadding

Default EdgeInsets for padding rows to the max column count

Implementation

static const defaultCellPadding = EdgeInsets.all(8.0);