Removed zooming from timetable
This commit is contained in:
@ -4,9 +4,7 @@ part 'timetableSettings.g.dart';
|
||||
|
||||
@JsonSerializable()
|
||||
class TimetableSettings {
|
||||
double zoom;
|
||||
|
||||
TimetableSettings({required this.zoom});
|
||||
TimetableSettings();
|
||||
|
||||
factory TimetableSettings.fromJson(Map<String, dynamic> json) => _$TimetableSettingsFromJson(json);
|
||||
Map<String, dynamic> toJson() => _$TimetableSettingsToJson(this);
|
||||
|
Reference in New Issue
Block a user