Skip to content

Commit

Permalink
Update main.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperKits committed Nov 18, 2024
1 parent f93d2c3 commit efc1dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class AlphabetListViewExample extends StatelessWidget {
backgroundColor: Colors.blue, /// Background color for alphabet list
selectedColor: Colors.white, /// Selected alphabet color
circleSelectedLetter: true, /// Circle background color for the selected letter
listDirectionLeft: false, /// Direction of the list. If true, the list will be from right to left
listDirectionLeft: true, /// Direction of the list. If true, the list will be from right to left
circleBorderRadius: 8, /// Border radius for the selected letter circle
itemBuilder: (context, index) {
/// Build the item widget
Expand Down

0 comments on commit efc1dc7

Please sign in to comment.