chore: run dart fix --apply

This commit is contained in:
appflowy
2022-08-31 09:19:31 +08:00
parent 94a440f773
commit a2d8fe9e80
43 changed files with 77 additions and 75 deletions

View File

@ -91,12 +91,12 @@ class _TrashPageState extends State<TrashPage> {
builder: (context, state) {
return SizedBox.expand(
child: Column(
mainAxisAlignment: MainAxisAlignment.start,
children: [
_renderTopBar(context, theme, state),
const VSpace(32),
_renderTrashList(context, state),
],
mainAxisAlignment: MainAxisAlignment.start,
).padding(horizontal: horizontalPadding, vertical: 48),
);
},