flutter_speed_dial
flutter_speed_dial copied to clipboard
Children are not centered if size is reduced
When reducing the children's sizes with childrenButtonSize
it offsets them a little.
The smaller they are, the more offset to the left they are.
It should stay center no matter the size.
This is because if your FAB is aligned to the right, then the icons are. It's how FABs work
Closing as solved and inactive