copyFrom method

  1. @override
AntdKeyboardStyle copyFrom(
  1. covariant AntdKeyboardStyle? style
)
override

Implementation

@override
AntdKeyboardStyle copyFrom(AntdKeyboardStyle? style) {
  return AntdKeyboardStyle(
    appearance: style?.appearance ?? appearance,
  );
}