Skip to content

Commit

Permalink
Update alert.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
Daviiddoo committed Jul 16, 2024
1 parent e42ecc4 commit 93bffc5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions forui/lib/src/widgets/alert/alert.dart
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,7 @@ class FAlert extends StatelessWidget {
@override
void debugFillProperties(DiagnosticPropertiesBuilder properties) {
super.debugFillProperties(properties);
properties
..add(DiagnosticsProperty('style', style))
..add(DiagnosticsProperty('icon', icon));
properties.add(DiagnosticsProperty('style', style));
}
}

Expand Down

0 comments on commit 93bffc5

Please sign in to comment.