remove unnecessary dep

This commit is contained in:
Salvatore Giordano
2021-02-16 10:19:06 +01:00
parent c948337911
commit 464b08bfc2
7 changed files with 4 additions and 8 deletions
@@ -33,7 +33,6 @@ class _AdvancedOptionsPageState extends State<AdvancedOptionsPage> {
Widget build(BuildContext context) {
return Scaffold(
backgroundColor: StreamChatTheme.of(context).colorTheme.whiteSnow,
resizeToAvoidBottomPadding: false,
appBar: AppBar(
backgroundColor: StreamChatTheme.of(context).colorTheme.white,
elevation: 1,