horizontalAndVerticalP property

EdgeInsetsGeometry horizontalAndVerticalP

Implementation

EdgeInsetsGeometry get horizontalAndVerticalP => EdgeInsets.symmetric(
    horizontal: this[0].toDouble(), vertical: this[1].toDouble());