File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,7 @@ 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
5856 groupValue: globalSettings.themeSetting,
59- // ignore: deprecated_member_use
6057 onChanged: (newValue) => _handleChange (context, newValue)),
6158 ]);
6259 }
Original file line number Diff line number Diff line change @@ -251,7 +251,5 @@ 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
256254 Subject <bool > get checked => has ((x) => x.checked, 'checked' );
257255}
You can’t perform that action at this time.
0 commit comments