File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,10 @@ class _ThemeSetting extends StatelessWidget {
5353 themeSetting: themeSettingOption,
5454 zulipLocalizations: zulipLocalizations)),
5555 value: themeSettingOption,
56+ // TODO(#1545) stop using the deprecated members
57+ // ignore: deprecated_member_use
5658 groupValue: globalSettings.themeSetting,
59+ // ignore: deprecated_member_use
5760 onChanged: (newValue) => _handleChange (context, newValue)),
5861 ]);
5962 }
Original file line number Diff line number Diff line change @@ -251,5 +251,7 @@ extension SwitchListTileChecks<T> on Subject<SwitchListTile> {
251251}
252252
253253extension RadioListTileChecks <T > on Subject <RadioListTile <T >> {
254+ // TODO(#1545) stop using the deprecated member
255+ // ignore: deprecated_member_use
254256 Subject <bool > get checked => has ((x) => x.checked, 'checked' );
255257}
You can’t perform that action at this time.
0 commit comments