copyWith method

  1. @override
ThemeExtension<SlcTidyUpStyle> copyWith()
override

Creates a copy of this theme extension with the given fields replaced by the non-null parameter values.

Implementation

@override
ThemeExtension<SlcTidyUpStyle> copyWith() {
  return SlcTidyUpStyle(this.defLightDivider, this.defDarkDivider);
}