Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Jan 24, 2023
1 parent 8e0315c commit 174387e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/src/date/controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import 'visible_date_range.dart';
///
/// To programmatically change the visible dates, use any of the following
/// functions:
///
/// * [animateToToday], [animateTo], or [animateToPage] if you want an animation
/// * [jumpToToday], [jumpTo], or [jumpToPage] if you don't want an animation
///
Expand Down Expand Up @@ -208,10 +209,7 @@ class DatePageValue {
/// * [TimetableConfig], which bundles multiple configuration widgets for
/// Timetable.
class DefaultDateController extends InheritedWidget {
const DefaultDateController({
required this.controller,
required super.child,
});
const DefaultDateController({required this.controller, required super.child});

final DateController controller;

Expand Down

0 comments on commit 174387e

Please sign in to comment.