Skip to content

Commit

Permalink
Update forui/lib/src/widgets/button/button.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 d59b46c commit c825216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forui/lib/src/widgets/button/button.dart
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class FButton extends StatelessWidget {
label: label,
);

/// Creates a [FButton] that contains only an [icon]
/// Creates a [FButton] that contains only an [icon].
FButton.icon({
required this.onPress,
required Widget icon,
Expand Down

0 comments on commit c825216

Please sign in to comment.