merge method
Implementation
LoadingOptions merge([LoadingOptions? options]) => LoadingOptions(
custom: options?.custom ?? custom,
style: options?.style ?? style,
options: options?.options ?? this.options);
LoadingOptions merge([LoadingOptions? options]) => LoadingOptions(
custom: options?.custom ?? custom,
style: options?.style ?? style,
options: options?.options ?? this.options);