Skip to content

Commit

Permalink
Merge branch 'feature/progress-bar' of https://github.com/forus-labs/…
Browse files Browse the repository at this point in the history
…forui into feature/progress-bar
  • Loading branch information
Daviiddoo committed Jul 2, 2024
2 parents e00867b + cffb10e commit 31797c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion forui/lib/src/theme/theme_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ final class FThemeData with Diagnosticable {
..add(DiagnosticsProperty('cardStyle', cardStyle, level: DiagnosticLevel.debug))
..add(DiagnosticsProperty('dialogStyle', dialogStyle, level: DiagnosticLevel.debug))
..add(DiagnosticsProperty('headerStyle', headerStyle, level: DiagnosticLevel.debug))
..add(DiagnosticsProperty<FProgressStyle>('progressStyle', progressStyle))
..add(DiagnosticsProperty('progressStyle', progressStyle))
..add(DiagnosticsProperty('tabsStyle', tabsStyle, level: DiagnosticLevel.debug))
..add(DiagnosticsProperty('textFieldStyle', textFieldStyle, level: DiagnosticLevel.debug))
..add(DiagnosticsProperty('scaffoldStyle', scaffoldStyle, level: DiagnosticLevel.debug))
Expand Down
2 changes: 1 addition & 1 deletion forui/lib/src/widgets/progress.dart
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ final class FProgressStyle with Diagnosticable {
..add(DiagnosticsProperty('backgroundDecoration', backgroundDecoration))
..add(DiagnosticsProperty('constraints', constraints))
..add(DiagnosticsProperty('animationDuration', animationDuration))
..add(DiagnosticsProperty<Curve>('curve', curve));
..add(DiagnosticsProperty('curve', curve));
}

/// Returns a copy of this [FProgressStyle] with the given properties replaced.
Expand Down

0 comments on commit 31797c1

Please sign in to comment.