mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
refactor: rename timerange & remove isvalid
This commit is contained in:
@@ -6,8 +6,8 @@ import 'package:intl/intl.dart';
|
||||
class MapCustomTimeRange extends StatelessWidget {
|
||||
const MapCustomTimeRange({super.key, required this.customTimeRange, required this.onChanged});
|
||||
|
||||
final CustomTimeRange customTimeRange;
|
||||
final Function(CustomTimeRange) onChanged;
|
||||
final TimeRange customTimeRange;
|
||||
final Function(TimeRange) onChanged;
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
||||
Reference in New Issue
Block a user