Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
MelbourneDeveloper committed Sep 24, 2024
1 parent 5539a75 commit 51d22a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts_flutter/lib/src/base_chart.dart
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ abstract class BaseChart<D> extends StatefulWidget {
/// Subclasses can override this method to customize the default interactions
/// that are added to the chart.
///
/// [behaviors] The list of [ChartBehavior] to add the default interactions
/// [behaviors] The list of [ChartBehavior] to add the default interactions
/// to.
void addDefaultInteractions(List<ChartBehavior> behaviors) {
// Update selection model
Expand Down

0 comments on commit 51d22a3

Please sign in to comment.