FloatingIcon 加入拖动的动画,以及自动吸附
This commit is contained in:
@@ -135,7 +135,9 @@ class _ChatFooterState extends State<ChatFooter>
|
||||
Padding(
|
||||
padding: const EdgeInsets.only(bottom: 12, right: 16),
|
||||
child: GestureDetector(
|
||||
onTap: () {},
|
||||
onTap: () {
|
||||
|
||||
},
|
||||
child: Image.asset(
|
||||
'assets/images/keyboard_mini.png',package: 'ai_chat_assistant',
|
||||
width: 24,
|
||||
|
||||
Reference in New Issue
Block a user