rIIh / expandable-bottom-bar

Expandable bottom app bar widget for Flutter SDK
MIT License
108 stars 27 forks source link

how can i change border radius #12

Closed pishguy closed 3 years ago

pishguy commented 4 years ago

how can i change top left and top right border radius?

pishguy commented 4 years ago
expandedDecoration: BoxDecoration(
  borderRadius: BorderRadius.circular(10.0)
),