mergeBorder abstract method

  1. @override
BorderRadiusOutlinedBorderDto<Value> mergeBorder(
  1. covariant BorderRadiusOutlinedBorderDto<Value>? other
)
override

Implementation

@override
BorderRadiusOutlinedBorderDto<Value> mergeBorder(
  covariant BorderRadiusOutlinedBorderDto<Value>? other,
);