Skip to content

Commit

Permalink
Update forui/lib/src/widgets/divider.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Ngeo <[email protected]>
  • Loading branch information
sommye-ctr and Pante authored Aug 11, 2024
1 parent c825216 commit 4b505e5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions forui/lib/src/widgets/divider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,6 @@ final class FDividerStyle with Diagnosticable {
..add(DiagnosticsProperty('padding', padding))
..add(ColorProperty('color', color))
..add(DoubleProperty('width', width));

FButton.icon(
onPress: () {},
icon: FButtonIcon(icon: FAssets.icons.arrowRight),
);
}

@override
Expand Down

0 comments on commit 4b505e5

Please sign in to comment.