Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian-Samoticha committed Sep 30, 2023
1 parent 523cb67 commit 4d4519c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/layout/sidebar/sidebar_item.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class SidebarItem with Diagnosticable {
final Color? unselectedColor;

/// The [shape] property specifies the outline (border) of the
/// decoration. The shape must not be null. It's used alonside
/// decoration. The shape must not be null. It's used alongside
/// [selectedColor].
final ShapeBorder? shape;

Expand Down

0 comments on commit 4d4519c

Please sign in to comment.