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,12 +82,10 @@ class FlowyTextButton extends StatelessWidget {
|
|||
|
||||
Widget child = Padding(
|
||||
padding: padding,
|
||||
child: Expanded(
|
||||
child: Row(
|
||||
crossAxisAlignment: CrossAxisAlignment.center,
|
||||
children: children,
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
if (enableHover) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue