rebuild method
Implementation
TWidgetTheme rebuild({bool? isDarkMode, Color? color, TVariant? type}) {
return TWidgetTheme.from(
isDarkMode ?? this.isDarkMode,
color ?? this.color,
type ?? this.type,
);
}
TWidgetTheme rebuild({bool? isDarkMode, Color? color, TVariant? type}) {
return TWidgetTheme.from(
isDarkMode ?? this.isDarkMode,
color ?? this.color,
type ?? this.type,
);
}