added lint changes, started migrating

This commit is contained in:
Deven Joshi
2021-05-04 16:11:28 +05:30
parent 88b8818e45
commit eb57c6eb9f
55 changed files with 884 additions and 885 deletions
@@ -11,7 +11,7 @@ class InfoTile extends StatelessWidget {
final TextStyle? textStyle;
final Color? backgroundColor;
InfoTile({
const InfoTile({
required this.message,
required this.child,
required this.showMessage,
@@ -28,7 +28,7 @@ class InfoTile extends StatelessWidget {
portalAnchor: tileAnchor ?? Alignment.topCenter,
childAnchor: childAnchor ?? Alignment.bottomCenter,
portal: Container(
height: 25.0,
height: 25,
color: backgroundColor ??
StreamChatTheme.of(context).colorTheme.grey.withOpacity(0.9),
child: Center(