darioielardi / flutter_speed_dial

Flutter plugin to implement a Material Design Speed Dial
https://pub.dev/packages/flutter_speed_dial
MIT License
416 stars 179 forks source link

Can't change the shape of the button to a wide rectangle #68

Closed nausharipov closed 3 years ago

nausharipov commented 4 years ago

I need a wide rectangle like this: 2020-06-24 12 26 20

I tried using shape: RoundedRectangleBorder(side: BorderSide(width: 10)) but it only affects the border, not the shape itself.

Is there a way to make a wide rectangle with icon and text inside?

aman-ankit-51 commented 4 years ago

I want to achieve the same thing but have not been able to figure out.

prateekmedia commented 3 years ago

Checkout V2 #90 it will be merged soon, use the label and activeLabel property to do this.