Skip to content

Commit

Permalink
Ops
Browse files Browse the repository at this point in the history
  • Loading branch information
Pante committed Oct 3, 2024
1 parent 8a7bd57 commit d8da1d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions forui/lib/src/widgets/icon.dart
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ class _Icon extends FIcon {
final AlignmentGeometry alignment;
final bool allowDrawingOutsideViewBox;
final WidgetBuilder? placeholderBuilder;
final bool excludeFromSemantics;
final Clip clipBehavior;

const _Icon(
Expand Down Expand Up @@ -211,7 +210,6 @@ class _Icon extends FIcon {
)
..add(ObjectFlagProperty.has('placeholderBuilder', placeholderBuilder))
..add(StringProperty('semanticLabel', semanticLabel))
..add(FlagProperty('excludeFromSemantics', value: excludeFromSemantics, ifTrue: 'exclude from semantics'))
..add(EnumProperty('clipBehavior', clipBehavior));
}
}
Expand Down

0 comments on commit d8da1d2

Please sign in to comment.