copyFrom method

AntdStyle copyFrom(
  1. covariant AntdStyle? style
)

Implementation

AntdStyle copyFrom(covariant AntdStyle? style) {
  return this;
}