You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we have a label wider than the activeLabel, the position of the children will be wrong. They appear correctly aligned to the right of the FAB when the label doesn't change, but when is switches to the shorter active label, the children will retain their position relative to the left, meaning that they will be shifted out of the screen on the right. Just try:
SpeedDial(
icon: Icons.add,
activeIcon: Icons.close,
label: Text('a text longer than the next one'),
activeLabel: Text('short'),
The text was updated successfully, but these errors were encountered:
If we have a
label
wider than theactiveLabel
, the position of the children will be wrong. They appear correctly aligned to the right of the FAB when the label doesn't change, but when is switches to the shorter active label, the children will retain their position relative to the left, meaning that they will be shifted out of the screen on the right. Just try:The text was updated successfully, but these errors were encountered: