fix: use square FABs instead of round FABs to comply with MD3

This commit is contained in:
Alberto Ponces
2022-08-31 09:32:10 +01:00
parent c0b164ec26
commit 2427b0847d
5 changed files with 18 additions and 12 deletions

View File

@ -12,10 +12,6 @@ class ContributorsView extends StatelessWidget {
viewModelBuilder: () => ContributorsViewModel(),
onModelReady: (model) => model.getContributors(),
builder: (context, model, child) => Scaffold(
floatingActionButton: FloatingActionButton(
onPressed: () => model.getContributors(),
child: const Icon(Icons.refresh),
),
body: SafeArea(
child: SingleChildScrollView(
child: Column(