mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	style: Make emptypage logo bigger
This commit is contained in:
		
							parent
							
								
									92072904e6
								
							
						
					
					
						commit
						166fcce8ba
					
				@ -4,7 +4,7 @@ import 'package:flutter/material.dart';
 | 
			
		||||
 | 
			
		||||
class EmptyPage extends StatelessWidget {
 | 
			
		||||
  final bool loading;
 | 
			
		||||
  static const double _width = 200;
 | 
			
		||||
  static const double _width = 300;
 | 
			
		||||
  const EmptyPage({this.loading = false, Key? key}) : super(key: key);
 | 
			
		||||
  @override
 | 
			
		||||
  Widget build(BuildContext context) {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user