EdgeInsetsSymmetric constructor

EdgeInsetsSymmetric(
  1. double horizontal,
  2. double vertical
)

Implementation

EdgeInsetsSymmetric(double horizontal, double vertical)
    : super(vertical, horizontal, vertical, horizontal);