refactor: rename timerange & remove isvalid

This commit is contained in:
Yaros
2026-02-19 13:23:40 +01:00
parent 39d2e14d3a
commit b0f6d5cf38
5 changed files with 43 additions and 35 deletions
@@ -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) {