EdgeInsetsSymmetric constructor

EdgeInsetsSymmetric(
  1. AstNode? horizontal,
  2. AstNode? vertical
)

Implementation

EdgeInsetsSymmetric(AstNode? horizontal, AstNode? vertical)
    : super(vertical, horizontal, vertical, horizontal);