File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ Flutter Date Picker Library that provides a calendar as a horizontal timeline.
1212
1313Import the following package in your dart file
1414
15- ```
15+ ``` dart
1616import 'package:date_picker_timeline/date_picker_timeline.dart';
1717```
1818
1919## Usage
2020
2121Use the ` DatePickerTimeline ` Widget
2222
23- ```
23+ ``` dart
2424 Column(
2525 mainAxisAlignment: MainAxisAlignment.center,
2626 children: <Widget>[
@@ -37,7 +37,7 @@ Use the `DatePickerTimeline` Widget
3737
3838##### Constructor:
3939
40- ```
40+ ``` dart
4141 DatePickerTimeline(
4242 this.currentDate, {
4343 Key key,
6262Contributors
6363------------
6464* [ BradInTheUSA] ( https://github.com/bradintheusa )
65- * [ Roger] ( https://github.com/rogermedeirosdasilva )
65+ * [ Roger] ( https://github.com/rogermedeirosdasilva )
You can’t perform that action at this time.
0 commit comments