Skip to content
Snippets Groups Projects
Commit b0b6d086 authored by vjrj's avatar vjrj
Browse files

Floating mini

parent d14b4604
No related branches found
No related tags found
No related merge requests found
......@@ -313,11 +313,13 @@ class _ContactSearchPageState extends State<ContactSearchPage> {
mainAxisAlignment: MainAxisAlignment.end,
children: <Widget>[
FloatingActionButton(
mini: true,
onPressed: _selectAll,
child: const Icon(Icons.checklist_rtl),
),
const SizedBox(height: 10),
FloatingActionButton(
mini: true,
onPressed: _clearSelection,
child: const Icon(Icons.delete),
),
......@@ -327,6 +329,7 @@ class _ContactSearchPageState extends State<ContactSearchPage> {
alignment: Alignment.center,
children: <Widget>[
FloatingActionButton(
mini: true,
onPressed: _finishSelection,
child: const Icon(Icons.done),
),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment