horizontalMargin property

EdgeInsets horizontalMargin

Total margin based on the relative margin and the fluid margin

Implementation

EdgeInsets get horizontalMargin =>
    EdgeInsets.symmetric(horizontal: fullMargin);