jesusrp98 / expand_widget

Ability to easily expand and retract a widget collection or text
https://pub.dev/packages/expand_widget
GNU General Public License v3.0
45 stars 22 forks source link

Inherit theme text style #12

Closed JamesMcIntosh closed 4 years ago

JamesMcIntosh commented 4 years ago

Fixes #11

Both suggested fixes are brittle as the implementation of Text.build may change at any time. I chose this method to fix the Theme not inheriting as it does not make any firm assumptions about the returned widget structure thus negates the need for casting too.

JamesMcIntosh commented 4 years ago

@jesusrp98 Hope all is well, would you be able to give some feedback?

jesusrp98 commented 4 years ago

I'm really sorry I didn't check your work until now. I'm planning to update this widget over the next few weeks, adding testing and CI, among other things.

Thanks for the work, going to merge it right now!