Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
convert double to double? (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
amanv8060 authored Mar 30, 2022
1 parent d30749b commit 07e72e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class _SettingsPageState extends State<SettingsPage> {
final localizations = GalleryLocalizations.of(context)!;

final settingsListItems = [
SettingsListItem<double>(
SettingsListItem<double?>(
title: localizations.settingsTextScaling,
selectedOption: options.textScaleFactor(
context,
Expand Down

0 comments on commit 07e72e6

Please sign in to comment.