make padding symmetrical for load more button
This commit is contained in:
parent
2ec442b35b
commit
82860deff1
1 changed files with 1 additions and 1 deletions
|
|
@ -402,7 +402,7 @@ class RoomChat extends HookConsumerWidget {
|
||||||
|
|
||||||
SliverToBoxAdapter(
|
SliverToBoxAdapter(
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: EdgeInsets.only(bottom: 36),
|
padding: EdgeInsets.symmetric(vertical: 36),
|
||||||
child: Center(
|
child: Center(
|
||||||
child: controllerData is AsyncLoading
|
child: controllerData is AsyncLoading
|
||||||
? Loading()
|
? Loading()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue