schwebender Aktionsknopf Rechteck flattern
floatingActionButton: FloatingActionButton(
onPressed: () {},
child: const Icon(Icons.add),
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(10.0),
),
),
Sore Serval