mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 08:15:16 +00:00
Fix all code warnings
This commit is contained in:
@ -44,7 +44,6 @@ class ConversationWindowContainer extends StatelessWidget {
|
||||
appBar: AppBarWrapper(
|
||||
height: 40,
|
||||
appBar: AppBar(
|
||||
textTheme: TextTheme(headline6: TextStyle(fontSize: 15)),
|
||||
backgroundColor: appBarBgColor,
|
||||
leading: icon,
|
||||
title: GestureDetector(child: title, onTap: onToggleCollapse),
|
||||
@ -52,6 +51,10 @@ class ConversationWindowContainer extends StatelessWidget {
|
||||
..add(
|
||||
IconButton(icon: Icon(Icons.close), onPressed: onClose),
|
||||
),
|
||||
toolbarTextStyle:
|
||||
TextTheme(headline6: TextStyle(fontSize: 15)).bodyText2,
|
||||
titleTextStyle:
|
||||
TextTheme(headline6: TextStyle(fontSize: 15)).headline6,
|
||||
)),
|
||||
body: Visibility(
|
||||
child: body,
|
||||
|
@ -16,7 +16,6 @@ import 'package:comunic/utils/date_utils.dart';
|
||||
import 'package:comunic/utils/intl_utils.dart';
|
||||
import 'package:comunic/utils/ui_utils.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/rendering.dart';
|
||||
|
||||
/// Tablet mode of user page
|
||||
///
|
||||
|
Reference in New Issue
Block a user