mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-03 22:07:23 +01:00 
			
		
		
		
	chore: Follow up scrolldownbutton style
This commit is contained in:
		
							parent
							
								
									908d428220
								
							
						
					
					
						commit
						cacab45fe3
					
				@ -191,14 +191,13 @@ class ChatView extends StatelessWidget {
 | 
			
		||||
                  title: ChatAppBarTitle(controller),
 | 
			
		||||
                  actions: _appBarActions(context),
 | 
			
		||||
                ),
 | 
			
		||||
                floatingActionButtonLocation:
 | 
			
		||||
                    FloatingActionButtonLocation.centerFloat,
 | 
			
		||||
                floatingActionButton: controller.showScrollDownButton &&
 | 
			
		||||
                        controller.selectedEvents.isEmpty
 | 
			
		||||
                    ? Padding(
 | 
			
		||||
                        padding: const EdgeInsets.only(bottom: 56.0),
 | 
			
		||||
                        child: FloatingActionButton(
 | 
			
		||||
                          onPressed: controller.scrollDown,
 | 
			
		||||
                          heroTag: null,
 | 
			
		||||
                          mini: true,
 | 
			
		||||
                          child: const Icon(Icons.arrow_downward_outlined),
 | 
			
		||||
                        ),
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user