Leondev7 / flutter_fab_dialer

Floating action button dialer
BSD 3-Clause "New" or "Revised" License
67 stars 31 forks source link

all color settings should listen to Theme Data and theming would work nicely #18

Open ride4sun opened 5 years ago

ride4sun commented 5 years ago

FabMiniMenuItem.withText has a lot of color settings which should default to theme data definitions. That would make the constructor much smaller and theming would work automatically which does not work currently. The use of optional parameters with the @required attribute would be great