bottomDimens property
ConstraintDimen
get
bottomDimens
Implementation
ConstraintDimen get bottomDimens {
return constraintDimenOf(DefaultDimenKeys.bottom)
.defaults(ConstraintDimenData(
maxWidth: scaffoldWidth,
));
}