EdgeInsetsSymmetric constructor Null safety

const EdgeInsetsSymmetric(
  1. {double vertical,
  2. double horizontal}
)

Implementation

const factory EdgeInsetsSymmetric(
    {final double vertical, final double horizontal}) = _$EdgeInsetsSymmetric;