mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
[flutter]: fix parent data issue caused by expanded widget
This commit is contained in:
parent
b8a0a9b84b
commit
4798823df3
@ -82,11 +82,9 @@ class FlowyTextButton extends StatelessWidget {
|
||||
|
||||
Widget child = Padding(
|
||||
padding: padding,
|
||||
child: Expanded(
|
||||
child: Row(
|
||||
crossAxisAlignment: CrossAxisAlignment.center,
|
||||
children: children,
|
||||
),
|
||||
child: Row(
|
||||
crossAxisAlignment: CrossAxisAlignment.center,
|
||||
children: children,
|
||||
),
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user