Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit abcb918

Browse files
rkjnshahan
authored andcommitted
Add missing return type.
PiperOrigin-RevId: 209637572
1 parent c4e9f9e commit abcb918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/material_datepicker/material_date_range_picker.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ class MaterialDateRangePickerComponent extends KeyboardHandlerMixin
217217
_movingStartMaintainsLength = value;
218218
}
219219

220-
get movingStartMaintainsLength =>
220+
bool get movingStartMaintainsLength =>
221221
_movingStartMaintainsLength ?? _config.movingStartMaintainsLength;
222222
bool _movingStartMaintainsLength;
223223

0 commit comments

Comments
 (0)