bsutton / sounds

Flutter plugin for sound. Audio recorder and player.
GNU Lesser General Public License v3.0
78 stars 25 forks source link

SoundPlayerUI Color Theme Change #1

Open bsutton opened 4 years ago

bsutton commented 4 years ago

Allow users to customize the styling of the sound player.

bsutton commented 4 years ago

I think we should adopt the Text widgets 'TextStyle' concept as this avoids cluttering up the constructor and will allows us to add more styling details as we go.