defaultContentPadding constant

EdgeInsets const defaultContentPadding

Implementation

static const EdgeInsets defaultContentPadding = EdgeInsets.only(left: 24.0, top: 7.0, right: 24.0, bottom: 8.0);