mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 14:47:13 -04:00
[flutter]: fix parent data issue caused by expanded widget
This commit is contained in:
parent
b8a0a9b84b
commit
4798823df3
1 changed files with 3 additions and 5 deletions
|
@ -82,11 +82,9 @@ class FlowyTextButton extends StatelessWidget {
|
||||||
|
|
||||||
Widget child = Padding(
|
Widget child = Padding(
|
||||||
padding: padding,
|
padding: padding,
|
||||||
child: Expanded(
|
child: Row(
|
||||||
child: Row(
|
crossAxisAlignment: CrossAxisAlignment.center,
|
||||||
crossAxisAlignment: CrossAxisAlignment.center,
|
children: children,
|
||||||
children: children,
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue