copyWith abstract method
Returns a copy with updated fields. Called by FxTheme.build with brightness-resolved instances.
Implementation
FxThemeData copyWith({
FxColors? colors,
FxSizes? sizes,
FxTypography? typography,
});
Returns a copy with updated fields. Called by FxTheme.build with brightness-resolved instances.
FxThemeData copyWith({
FxColors? colors,
FxSizes? sizes,
FxTypography? typography,
});