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